#8EFDD9

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

Shades of Aquamarine #8EFDD9

Tints of Aquamarine #8EFDD9

Color information

#8EFDD9 (or 0x8EFDD9) is unknown color: approx Aquamarine. HEX triplet: 8E, FD and D9. RGB value is (142,253,217). Sum of RGB (Red+Green+Blue) = 142+253+217=612 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.20% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFDD9 is #710226. Grayscale: #D7D7D7. Windows color (decimal): -7406119 or 14286222. OLE color: 14286222.

HSL color Cylindrical-coordinate representation of color #8EFDD9: hue angle of 160.54º 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 #8EFDD9 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB142253217-
CMYK0.4400.140.01
HSL160.54º96.52%77.45%-
HSV(B)160.54º43.87%99.22%-
XYZ58.881.0178.18-
YUV215.71128.7375.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.20%
GREEN value IS 253 (99.22% from 255) = 41.34%
BLUE value IS 217 (85.16% from 255) = 35.46%
R=23.20%
G=41.34%
B=35.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422532170.4400.140.01160.5496.5277.45
Hex8EFDD92C0E1a1614d
Octal216375331540161241141115
Binary1000111011111101110110011011000111011010000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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