#8EFDCC

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

Shades of Aquamarine #8EFDCC

Tints of Aquamarine #8EFDCC

Color information

#8EFDCC (or 0x8EFDCC) is unknown color: approx Aquamarine. HEX triplet: 8E, FD and CC. RGB value is (142,253,204). Sum of RGB (Red+Green+Blue) = 142+253+204=599 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.71% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFDCC is #710233. Grayscale: #D6D6D6. Windows color (decimal): -7406132 or 13434254. OLE color: 13434254.

HSL color Cylindrical-coordinate representation of color #8EFDCC: hue angle of 153.51º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFDCC is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB142253204-
CMYK0.4400.190.01
HSL153.51º96.52%77.45%-
HSV(B)153.51º43.87%99.22%-
XYZ57.1880.3669.62-
YUV214.22122.2376.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.71%
GREEN value IS 253 (99.22% from 255) = 42.24%
BLUE value IS 204 (80.08% from 255) = 34.06%
R=23.71%
G=42.24%
B=34.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422532040.4400.190.01153.5196.5277.45
Hex8EFDCC2C01319a614d
Octal216375314540231232141115
Binary10001110111111011100110010110001001111001101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,253,204); }

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

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

 a { background-color: rgb(142,253,204); }

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

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

 span { border-color: rgb(142,253,204); }

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