#8EFFDD

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

Shades of Aquamarine #8EFFDD

Tints of Aquamarine #8EFFDD

Color information

#8EFFDD (or 0x8EFFDD) is unknown color: approx Aquamarine. HEX triplet: 8E, FF and DD. RGB value is (142,255,221). Sum of RGB (Red+Green+Blue) = 142+255+221=618 (81% of max value = 765). Red value is 142 (55.86% from 255 or 22.98% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFFDD is #710022. Grayscale: #D9D9D9. Windows color (decimal): -7405603 or 14548878. OLE color: 14548878.

HSL color Cylindrical-coordinate representation of color #8EFFDD: hue angle of 161.95º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFFDD is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB142255221-
CMYK0.4400.130
HSL161.95º100%77.84%-
HSV(B)161.95º44.31%100%-
XYZ59.9782.4981.17-
YUV217.34130.0674.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.98%
GREEN value IS 255 (100% from 255) = 41.26%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=22.98%
G=41.26%
B=35.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422552210.4400.130161.9510077.84
Hex8EFFDD2C0D0a2644e
Octal216377335540150242144116
Binary1000111011111111110111011011000110101010001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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