#8EFDDE

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

Shades of Aquamarine #8EFDDE

Tints of Aquamarine #8EFDDE

Color information

#8EFDDE (or 0x8EFDDE) is unknown color: approx Aquamarine. HEX triplet: 8E, FD and DE. RGB value is (142,253,222). Sum of RGB (Red+Green+Blue) = 142+253+222=617 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.01% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFDDE is #710221. Grayscale: #D8D8D8. Windows color (decimal): -7406114 or 14613902. OLE color: 14613902.

HSL color Cylindrical-coordinate representation of color #8EFDDE: hue angle of 163.24º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFDDE is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB142253222-
CMYK0.4400.120.01
HSL163.24º96.52%77.45%-
HSV(B)163.24º43.87%99.22%-
XYZ59.4781.2881.66-
YUV216.28131.2375.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.01%
GREEN value IS 253 (99.22% from 255) = 41.00%
BLUE value IS 222 (87.11% from 255) = 35.98%
R=23.01%
G=41.00%
B=35.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422532220.4400.120.01163.2496.5277.45
Hex8EFDDE2C0C1a3614d
Octal216375336540141243141115
Binary1000111011111101110111101011000110011010001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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