#8EEEE0

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

Shades of Aquamarine #8EEEE0

Tints of Aquamarine #8EEEE0

Color information

#8EEEE0 (or 0x8EEEE0) is unknown color: approx Aquamarine. HEX triplet: 8E, EE and E0. RGB value is (142,238,224). Sum of RGB (Red+Green+Blue) = 142+238+224=604 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.51% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEEE0 is #71111F. Grayscale: #CFCFCF. Windows color (decimal): -7409952 or 14741134. OLE color: 14741134.

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

Color convert

RGB142238224-
CMYK0.4000.060.07
HSL171.25º73.85%74.51%-
HSV(B)171.25º40.34%93.33%-
XYZ55.1872.2881.56-
YUV207.7137.281.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.51%
GREEN value IS 238 (93.36% from 255) = 39.40%
BLUE value IS 224 (87.89% from 255) = 37.09%
R=23.51%
G=39.40%
B=37.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422382240.4000.060.07171.2573.8574.51
Hex8EEEE028067ab4a4b
Octal21635634050067253112113
Binary10001110111011101110000010100001101111010101110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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