#81FAE9

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

Shades of Aquamarine #81FAE9

Tints of Aquamarine #81FAE9

Color information

#81FAE9 (or 0x81FAE9) is unknown color: approx Aquamarine. HEX triplet: 81, FA and E9. RGB value is (129,250,233). Sum of RGB (Red+Green+Blue) = 129+250+233=612 (81% of max value = 765). Red value is 129 (50.78% from 255 or 21.08% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FAE9 is #7E0516. Grayscale: #D3D3D3. Windows color (decimal): -8258839 or 15334017. OLE color: 15334017.

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

Color convert

RGB129250233-
CMYK0.4800.070.02
HSL171.57º92.37%74.31%-
HSV(B)171.57º48.4%98.04%-
XYZ57.9578.9289.27-
YUV211.88139.9168.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.08%
GREEN value IS 250 (98.05% from 255) = 40.85%
BLUE value IS 233 (91.41% from 255) = 38.07%
R=21.08%
G=40.85%
B=38.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292502330.4800.070.02171.5792.3774.31
Hex81FAE930072ac5c4a
Octal20137235160072254134112
Binary1000000111111010111010011100000111101010110010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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