#81EFDC

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

Shades of Aquamarine #81EFDC

Tints of Aquamarine #81EFDC

Color information

#81EFDC (or 0x81EFDC) is unknown color: approx Aquamarine. HEX triplet: 81, EF and DC. RGB value is (129,239,220). Sum of RGB (Red+Green+Blue) = 129+239+220=588 (77% of max value = 765). Red value is 129 (50.78% from 255 or 21.94% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFDC is #7E1023. Grayscale: #CBCBCB. Windows color (decimal): -8261668 or 14479233. OLE color: 14479233.

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

Color convert

RGB129239220-
CMYK0.4600.080.06
HSL169.64º77.46%72.16%-
HSV(B)169.64º46.03%93.73%-
XYZ52.8471.5778.74-
YUV203.94137.0674.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.94%
GREEN value IS 239 (93.75% from 255) = 40.65%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=21.94%
G=40.65%
B=37.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1292392200.4600.080.06169.6477.4672.16
Hex81EFDC2E086aa4d48
Octal201357334560106252115110
Binary100000011110111111011100101110010001101010101010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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