#8EFDDD

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

Shades of Aquamarine #8EFDDD

Tints of Aquamarine #8EFDDD

Color information

#8EFDDD (or 0x8EFDDD) is unknown color: approx Aquamarine. HEX triplet: 8E, FD and DD. RGB value is (142,253,221). Sum of RGB (Red+Green+Blue) = 142+253+221=616 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.05% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFDDD is #710222. Grayscale: #D8D8D8. Windows color (decimal): -7406115 or 14548366. OLE color: 14548366.

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

Color convert

RGB142253221-
CMYK0.4400.130.01
HSL162.7º96.52%77.45%-
HSV(B)162.7º43.87%99.22%-
XYZ59.3381.2280.96-
YUV216.16130.7375.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.05%
GREEN value IS 253 (99.22% from 255) = 41.07%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=23.05%
G=41.07%
B=35.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422532210.4400.130.01162.796.5277.45
Hex8EFDDD2C0D1a3614d
Octal216375335540151243141115
Binary1000111011111101110111011011000110111010001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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