#81EEDC

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

Shades of Aquamarine #81EEDC

Tints of Aquamarine #81EEDC

Color information

#81EEDC (or 0x81EEDC) is unknown color: approx Aquamarine. HEX triplet: 81, EE and DC. RGB value is (129,238,220). Sum of RGB (Red+Green+Blue) = 129+238+220=587 (77% of max value = 765). Red value is 129 (50.78% from 255 or 21.98% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #81EEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EEDC is #7E1123. Grayscale: #CBCBCB. Windows color (decimal): -8261924 or 14478977. OLE color: 14478977.

HSL color Cylindrical-coordinate representation of color #81EEDC: hue angle of 170.09º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EEDC is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB129238220-
CMYK0.4600.080.07
HSL170.09º76.22%71.96%-
HSV(B)170.09º45.8%93.33%-
XYZ52.5570.9878.64-
YUV203.36137.3974.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.98%
GREEN value IS 238 (93.36% from 255) = 40.55%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=21.98%
G=40.55%
B=37.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292382200.4600.080.07170.0976.2271.96
Hex81EEDC2E087aa4c48
Octal201356334560107252114110
Binary100000011110111011011100101110010001111010101010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81EEDC; }

 p { color: rgb(129,238,220); }

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

<style>
 a { background-color: #81EEDC; }

 a { background-color: rgb(129,238,220); }

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

<style>
 span { border-color: #81EEDC; }

 span { border-color: rgb(129,238,220); }

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