#81FAE2

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

Shades of Aquamarine #81FAE2

Tints of Aquamarine #81FAE2

Color information

#81FAE2 (or 0x81FAE2) is unknown color: approx Aquamarine. HEX triplet: 81, FA and E2. RGB value is (129,250,226). Sum of RGB (Red+Green+Blue) = 129+250+226=605 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.32% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81FAE2 is #7E051D. Grayscale: #D3D3D3. Windows color (decimal): -8258846 or 14875265. OLE color: 14875265.

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

Color convert

RGB129250226-
CMYK0.4800.100.02
HSL168.1º92.37%74.31%-
HSV(B)168.1º48.4%98.04%-
XYZ56.9778.5384.11-
YUV211.08136.4169.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.32%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 226 (88.67% from 255) = 37.36%
R=21.32%
G=41.32%
B=37.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292502260.4800.100.02168.192.3774.31
Hex81FAE2300A2a85c4a
Octal201372342600122250134112
Binary10000001111110101110001011000001010101010100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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