#81FAE8

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

Shades of Aquamarine #81FAE8

Tints of Aquamarine #81FAE8

Color information

#81FAE8 (or 0x81FAE8) is unknown color: approx Aquamarine. HEX triplet: 81, FA and E8. RGB value is (129,250,232). Sum of RGB (Red+Green+Blue) = 129+250+232=611 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.11% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FAE8 is #7E0517. Grayscale: #D3D3D3. Windows color (decimal): -8258840 or 15268481. OLE color: 15268481.

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

Color convert

RGB129250232-
CMYK0.4800.070.02
HSL171.07º92.37%74.31%-
HSV(B)171.07º48.4%98.04%-
XYZ57.878.8688.52-
YUV211.77139.4168.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.11%
GREEN value IS 250 (98.05% from 255) = 40.92%
BLUE value IS 232 (91.02% from 255) = 37.97%
R=21.11%
G=40.92%
B=37.97%

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
Decimal1292502320.4800.070.02171.0792.3774.31
Hex81FAE830072ab5c4a
Octal20137235060072253134112
Binary1000000111111010111010001100000111101010101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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