#81FACD

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

Shades of Aquamarine #81FACD

Tints of Aquamarine #81FACD

Color information

#81FACD (or 0x81FACD) is unknown color: approx Aquamarine. HEX triplet: 81, FA and CD. RGB value is (129,250,205). Sum of RGB (Red+Green+Blue) = 129+250+205=584 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.09% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #81FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FACD is #7E0532. Grayscale: #D0D0D0. Windows color (decimal): -8258867 or 13499009. OLE color: 13499009.

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

Color convert

RGB129250205-
CMYK0.4800.180.02
HSL157.69º92.37%74.31%-
HSV(B)157.69º48.4%98.04%-
XYZ54.2677.4569.85-
YUV208.69125.9171.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.09%
GREEN value IS 250 (98.05% from 255) = 42.81%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=22.09%
G=42.81%
B=35.10%

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
Decimal1292502050.4800.180.02157.6992.3774.31
Hex81FACD3001229e5c4a
Octal201372315600222236134112
Binary100000011111101011001101110000010010101001111010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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