#8EEEC8

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

Shades of Aquamarine #8EEEC8

Tints of Aquamarine #8EEEC8

Color information

#8EEEC8 (or 0x8EEEC8) is unknown color: approx Aquamarine. HEX triplet: 8E, EE and C8. RGB value is (142,238,200). Sum of RGB (Red+Green+Blue) = 142+238+200=580 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.48% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEEC8 is #711137. Grayscale: #CDCDCD. Windows color (decimal): -7409976 or 13168270. OLE color: 13168270.

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

Color convert

RGB142238200-
CMYK0.4000.160.07
HSL156.25º73.85%74.51%-
HSV(B)156.25º40.34%93.33%-
XYZ52.1671.0765.61-
YUV204.96125.283.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.48%
GREEN value IS 238 (93.36% from 255) = 41.03%
BLUE value IS 200 (78.52% from 255) = 34.48%
R=24.48%
G=41.03%
B=34.48%

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
Decimal1422382000.4000.160.07156.2573.8574.51
Hex8EEEC82801079c4a4b
Octal216356310500207234112113
Binary1000111011101110110010001010000100001111001110010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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