#81FAD2

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

Shades of Aquamarine #81FAD2

Tints of Aquamarine #81FAD2

Color information

#81FAD2 (or 0x81FAD2) is unknown color: approx Aquamarine. HEX triplet: 81, FA and D2. RGB value is (129,250,210). Sum of RGB (Red+Green+Blue) = 129+250+210=589 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.90% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FAD2 is #7E052D. Grayscale: #D1D1D1. Windows color (decimal): -8258862 or 13826689. OLE color: 13826689.

HSL color Cylindrical-coordinate representation of color #81FAD2: hue angle of 160.17º 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 #81FAD2 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB129250210-
CMYK0.4800.160.02
HSL160.17º92.37%74.31%-
HSV(B)160.17º48.4%98.04%-
XYZ54.8777.6973.08-
YUV209.26128.4170.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.90%
GREEN value IS 250 (98.05% from 255) = 42.44%
BLUE value IS 210 (82.42% from 255) = 35.65%
R=21.90%
G=42.44%
B=35.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292502100.4800.160.02160.1792.3774.31
Hex81FAD2300102a05c4a
Octal201372322600202240134112
Binary100000011111101011010010110000010000101010000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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