#81FAD5

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

Shades of Aquamarine #81FAD5

Tints of Aquamarine #81FAD5

Color information

#81FAD5 (or 0x81FAD5) is unknown color: approx Aquamarine. HEX triplet: 81, FA and D5. RGB value is (129,250,213). Sum of RGB (Red+Green+Blue) = 129+250+213=592 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.79% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FAD5 is #7E052A. Grayscale: #D1D1D1. Windows color (decimal): -8258859 or 14023297. OLE color: 14023297.

HSL color Cylindrical-coordinate representation of color #81FAD5: hue angle of 161.65º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81FAD5 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB129250213-
CMYK0.4800.150.02
HSL161.65º92.37%74.31%-
HSV(B)161.65º48.4%98.04%-
XYZ55.2577.8475.06-
YUV209.6129.9170.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.79%
GREEN value IS 250 (98.05% from 255) = 42.23%
BLUE value IS 213 (83.59% from 255) = 35.98%
R=21.79%
G=42.23%
B=35.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292502130.4800.150.02161.6592.3774.31
Hex81FAD5300F2a25c4a
Octal201372325600172242134112
Binary10000001111110101101010111000001111101010001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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