#8EEFCC

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

Shades of Aquamarine #8EEFCC

Tints of Aquamarine #8EEFCC

Color information

#8EEFCC (or 0x8EEFCC) is unknown color: approx Aquamarine. HEX triplet: 8E, EF and CC. RGB value is (142,239,204). Sum of RGB (Red+Green+Blue) = 142+239+204=585 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.27% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEFCC is #711033. Grayscale: #CECECE. Windows color (decimal): -7409716 or 13430670. OLE color: 13430670.

HSL color Cylindrical-coordinate representation of color #8EEFCC: hue angle of 158.35º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EEFCC is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB142239204-
CMYK0.4100.150.06
HSL158.35º75.19%74.71%-
HSV(B)158.35º40.59%93.73%-
XYZ52.9271.8468.2-
YUV206.01126.8682.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.27%
GREEN value IS 239 (93.75% from 255) = 40.85%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=24.27%
G=40.85%
B=34.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422392040.4100.150.06158.3575.1974.71
Hex8EEFCC290F69e4b4b
Octal216357314510176236113113
Binary100011101110111111001100101001011111101001111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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