#81FACC

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

Shades of Aquamarine #81FACC

Tints of Aquamarine #81FACC

Color information

#81FACC (or 0x81FACC) is unknown color: approx Aquamarine. HEX triplet: 81, FA and CC. RGB value is (129,250,204). Sum of RGB (Red+Green+Blue) = 129+250+204=583 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.13% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #81FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FACC is #7E0533. Grayscale: #D0D0D0. Windows color (decimal): -8258868 or 13433473. OLE color: 13433473.

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

Color convert

RGB129250204-
CMYK0.4800.180.02
HSL157.19º92.37%74.31%-
HSV(B)157.19º48.4%98.04%-
XYZ54.1477.469.21-
YUV208.58125.4171.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.13%
GREEN value IS 250 (98.05% from 255) = 42.88%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=22.13%
G=42.88%
B=34.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292502040.4800.180.02157.1992.3774.31
Hex81FACC3001229d5c4a
Octal201372314600222235134112
Binary100000011111101011001100110000010010101001110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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