#81F2E5

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

Shades of Aquamarine #81F2E5

Tints of Aquamarine #81F2E5

Color information

#81F2E5 (or 0x81F2E5) is unknown color: approx Aquamarine. HEX triplet: 81, F2 and E5. RGB value is (129,242,229). Sum of RGB (Red+Green+Blue) = 129+242+229=600 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.5% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #81F2E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81F2E5 is #7E0D1A. Grayscale: #CECECE. Windows color (decimal): -8260891 or 15069825. OLE color: 15069825.

HSL color Cylindrical-coordinate representation of color #81F2E5: hue angle of 173.1º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81F2E5 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB129242229-
CMYK0.4700.050.05
HSL173.1º81.29%72.75%-
HSV(B)173.1º46.69%94.9%-
XYZ54.9573.8385.48-
YUV206.73140.5672.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.5%
GREEN value IS 242 (94.92% from 255) = 40.33%
BLUE value IS 229 (89.84% from 255) = 38.17%
R=21.5%
G=40.33%
B=38.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1292422290.4700.050.05173.181.2972.75
Hex81F2E52F055ad5149
Octal20136234557055255121111
Binary10000001111100101110010110111101011011010110110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,242,229); }

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

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

 a { background-color: rgb(129,242,229); }

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

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

 span { border-color: rgb(129,242,229); }

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