#81EFDE

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

Shades of Aquamarine #81EFDE

Tints of Aquamarine #81EFDE

Color information

#81EFDE (or 0x81EFDE) is unknown color: approx Aquamarine. HEX triplet: 81, EF and DE. RGB value is (129,239,222). Sum of RGB (Red+Green+Blue) = 129+239+222=590 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.86% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFDE is #7E1021. Grayscale: #CCCCCC. Windows color (decimal): -8261666 or 14610305. OLE color: 14610305.

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

Color convert

RGB129239222-
CMYK0.4600.070.06
HSL170.73º77.46%72.16%-
HSV(B)170.73º46.03%93.73%-
XYZ53.171.6780.14-
YUV204.17138.0674.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.86%
GREEN value IS 239 (93.75% from 255) = 40.51%
BLUE value IS 222 (87.11% from 255) = 37.63%
R=21.86%
G=40.51%
B=37.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1292392220.4600.070.06170.7377.4672.16
Hex81EFDE2E076ab4d48
Octal20135733656076253115110
Binary10000001111011111101111010111001111101010101110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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