#81EFD5

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

Shades of Aquamarine #81EFD5

Tints of Aquamarine #81EFD5

Color information

#81EFD5 (or 0x81EFD5) is unknown color: approx Aquamarine. HEX triplet: 81, EF and D5. RGB value is (129,239,213). Sum of RGB (Red+Green+Blue) = 129+239+213=581 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.20% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFD5 is #7E102A. Grayscale: #CBCBCB. Windows color (decimal): -8261675 or 14020481. OLE color: 14020481.

HSL color Cylindrical-coordinate representation of color #81EFD5: hue angle of 165.82º 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 #81EFD5 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB129239213-
CMYK0.4600.110.06
HSL165.82º77.46%72.16%-
HSV(B)165.82º46.03%93.73%-
XYZ51.9371.273.96-
YUV203.15133.5675.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.20%
GREEN value IS 239 (93.75% from 255) = 41.14%
BLUE value IS 213 (83.59% from 255) = 36.66%
R=22.20%
G=41.14%
B=36.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1292392130.4600.110.06165.8277.4672.16
Hex81EFD52E0B6a64d48
Octal201357325560136246115110
Binary100000011110111111010101101110010111101010011010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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