#8EFFDC

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

Shades of Aquamarine #8EFFDC

Tints of Aquamarine #8EFFDC

Color information

#8EFFDC (or 0x8EFFDC) is unknown color: approx Aquamarine. HEX triplet: 8E, FF and DC. RGB value is (142,255,220). Sum of RGB (Red+Green+Blue) = 142+255+220=617 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.01% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFFDC is #710023. Grayscale: #D9D9D9. Windows color (decimal): -7405604 or 14483342. OLE color: 14483342.

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

Color convert

RGB142255220-
CMYK0.4400.140
HSL161.42º100%77.84%-
HSV(B)161.42º44.31%100%-
XYZ59.8382.4480.47-
YUV217.22129.5674.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.01%
GREEN value IS 255 (100% from 255) = 41.33%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=23.01%
G=41.33%
B=35.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422552200.4400.140161.4210077.84
Hex8EFFDC2C0E0a1644e
Octal216377334540160241144116
Binary1000111011111111110111001011000111001010000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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