#8EEEDB

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

Shades of Aquamarine #8EEEDB

Tints of Aquamarine #8EEEDB

Color information

#8EEEDB (or 0x8EEEDB) is unknown color: approx Aquamarine. HEX triplet: 8E, EE and DB. RGB value is (142,238,219). Sum of RGB (Red+Green+Blue) = 142+238+219=599 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.71% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEEDB is #711124. Grayscale: #CFCFCF. Windows color (decimal): -7409957 or 14413454. OLE color: 14413454.

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

Color convert

RGB142238219-
CMYK0.4000.080.07
HSL168.12º73.85%74.51%-
HSV(B)168.12º40.34%93.33%-
XYZ54.5272.0178.04-
YUV207.13134.781.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.71%
GREEN value IS 238 (93.36% from 255) = 39.73%
BLUE value IS 219 (85.94% from 255) = 36.56%
R=23.71%
G=39.73%
B=36.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422382190.4000.080.07168.1273.8574.51
Hex8EEEDB28087a84a4b
Octal216356333500107250112113
Binary100011101110111011011011101000010001111010100010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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