#8EEECC

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

Shades of Aquamarine #8EEECC

Tints of Aquamarine #8EEECC

Color information

#8EEECC (or 0x8EEECC) is unknown color: approx Aquamarine. HEX triplet: 8E, EE and CC. RGB value is (142,238,204). Sum of RGB (Red+Green+Blue) = 142+238+204=584 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.32% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEECC is #711133. Grayscale: #CDCDCD. Windows color (decimal): -7409972 or 13430414. OLE color: 13430414.

HSL color Cylindrical-coordinate representation of color #8EEECC: hue angle of 158.75º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEECC is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB142238204-
CMYK0.4000.140.07
HSL158.75º73.85%74.51%-
HSV(B)158.75º40.34%93.33%-
XYZ52.6371.2668.11-
YUV205.42127.282.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.32%
GREEN value IS 238 (93.36% from 255) = 40.75%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=24.32%
G=40.75%
B=34.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422382040.4000.140.07158.7573.8574.51
Hex8EEECC280E79f4a4b
Octal216356314500167237112113
Binary100011101110111011001100101000011101111001111110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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