#81EBD9

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

Shades of Aquamarine #81EBD9

Tints of Aquamarine #81EBD9

Color information

#81EBD9 (or 0x81EBD9) is unknown color: approx Aquamarine. HEX triplet: 81, EB and D9. RGB value is (129,235,217). Sum of RGB (Red+Green+Blue) = 129+235+217=581 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.20% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #81EBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EBD9 is #7E1426. Grayscale: #C9C9C9. Windows color (decimal): -8262695 or 14281601. OLE color: 14281601.

HSL color Cylindrical-coordinate representation of color #81EBD9: hue angle of 169.81º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81EBD9 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB129235217-
CMYK0.4500.080.08
HSL169.81º72.6%71.37%-
HSV(B)169.81º45.11%92.16%-
XYZ51.2969.0976.28-
YUV201.25136.8876.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.20%
GREEN value IS 235 (92.19% from 255) = 40.45%
BLUE value IS 217 (85.16% from 255) = 37.35%
R=22.20%
G=40.45%
B=37.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1292352170.4500.080.08169.8172.671.37
Hex81EBD92D088aa4947
Octal2013533315501010252111107
Binary1000000111101011110110011011010100010001010101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,235,217); }

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

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

 a { background-color: rgb(129,235,217); }

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

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

 span { border-color: rgb(129,235,217); }

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