#8eedde

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

Shades of Aquamarine #8EEDDE

Tints of Aquamarine #8EEDDE

Color information

#8EEDDE (or 0x8EEDDE) is unknown color: approx Aquamarine. HEX triplet: 8E, ED and DE. RGB value is (142,237,222). Sum of RGB (Red+Green+Blue) = 142+237+222=601 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.63% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEDDE is #711221. Grayscale: #CECECE. Windows color (decimal): -7410210 or 14609806. OLE color: 14609806.

HSL color Cylindrical-coordinate representation of color #8EEDDE: hue angle of 170.53º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEDDE is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB142237222-
CMYK0.4000.060.07
HSL170.53º72.52%74.31%-
HSV(B)170.53º40.08%92.94%-
XYZ54.6271.5980.05-
YUV206.88136.5381.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.63%
GREEN value IS 237 (92.97% from 255) = 39.43%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=23.63%
G=39.43%
B=36.94%

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
Decimal1422372220.4000.060.07170.5372.5274.31
Hex8EEDDE28067ab494a
Octal21635533650067253111112
Binary10001110111011011101111010100001101111010101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8eedde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,237,222); }

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

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

 a { background-color: rgb(142,237,222); }

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

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

 span { border-color: rgb(142,237,222); }

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