#8CFFEA

Color #8CFFEA Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #8CFFEA

Tints of Aquamarine #8CFFEA

Color information

#8CFFEA (or 0x8CFFEA) is unknown color: approx Aquamarine. HEX triplet: 8C, FF and EA. RGB value is (140,255,234). Sum of RGB (Red+Green+Blue) = 140+255+234=629 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.26% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFFEA is #730015. Grayscale: #DADADA. Windows color (decimal): -7536662 or 15400844. OLE color: 15400844.

HSL color Cylindrical-coordinate representation of color #8CFFEA: hue angle of 169.04º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFFEA is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB140255234-
CMYK0.4500.080
HSL169.04º100%77.45%-
HSV(B)169.04º45.1%100%-
XYZ61.4383.0490.63-
YUV218.22136.972.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 22.26%
GREEN value IS 255 (100% from 255) = 40.54%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=22.26%
G=40.54%
B=37.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402552340.4500.080169.0410077.45
Hex8CFFEA2D080a9644d
Octal214377352550100251144115
Binary1000110011111111111010101011010100001010100111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CFFEA; }

 p { color: rgb(140,255,234); }

 H1.HeaderClassName
 {
   color: #8CFFEA;
 }
 .AnyTagClassName
 {
   color: #8CFFEA;
 }
</style>
background-color css

<style>
 a { background-color: #8CFFEA; }

 a { background-color: rgb(140,255,234); }

 div.DivClassName
 {
   background-color: #8CFFEA;
 }
 .BgClassName
 {
   background-color: #8CFFEA;
 }
</style>
border-color css

<style>
 span { border-color: #8CFFEA; }

 span { border-color: rgb(140,255,234); }

 td.TdClassName
 {
   border-color: #8CFFEA;
 }
 .TagClassName
 {
   border-color: #8CFFEA;
 }
</style>