#8EEEC9

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

Shades of Aquamarine #8EEEC9

Tints of Aquamarine #8EEEC9

Color information

#8EEEC9 (or 0x8EEEC9) is unknown color: approx Aquamarine. HEX triplet: 8E, EE and C9. RGB value is (142,238,201). Sum of RGB (Red+Green+Blue) = 142+238+201=581 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.44% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEEC9 is #711136. Grayscale: #CDCDCD. Windows color (decimal): -7409975 or 13233806. OLE color: 13233806.

HSL color Cylindrical-coordinate representation of color #8EEEC9: hue angle of 156.88º 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 #8EEEC9 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB142238201-
CMYK0.4000.160.07
HSL156.88º73.85%74.51%-
HSV(B)156.88º40.34%93.33%-
XYZ52.2771.1266.23-
YUV205.08125.783.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.44%
GREEN value IS 238 (93.36% from 255) = 40.96%
BLUE value IS 201 (78.91% from 255) = 34.60%
R=24.44%
G=40.96%
B=34.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422382010.4000.160.07156.8873.8574.51
Hex8EEEC92801079d4a4b
Octal216356311500207235112113
Binary1000111011101110110010011010000100001111001110110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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