#81EEBF

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

Shades of Aquamarine #81EEBF

Tints of Aquamarine #81EEBF

Color information

#81EEBF (or 0x81EEBF) is unknown color: approx Aquamarine. HEX triplet: 81, EE and BF. RGB value is (129,238,191). Sum of RGB (Red+Green+Blue) = 129+238+191=558 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.12% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #81EEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EEBF is #7E1140. Grayscale: #C8C8C8. Windows color (decimal): -8261953 or 12578433. OLE color: 12578433.

HSL color Cylindrical-coordinate representation of color #81EEBF: hue angle of 154.13º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EEBF is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB129238191-
CMYK0.4600.200.07
HSL154.13º76.22%71.96%-
HSV(B)154.13º45.8%93.33%-
XYZ49.0369.5860.14-
YUV200.05122.8977.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.12%
GREEN value IS 238 (93.36% from 255) = 42.65%
BLUE value IS 191 (75% from 255) = 34.23%
R=23.12%
G=42.65%
B=34.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292381910.4600.200.07154.1376.2271.96
Hex81EEBF2E01479a4c48
Octal201356277560247232114110
Binary1000000111101110101111111011100101001111001101010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,238,191); }

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

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

 a { background-color: rgb(129,238,191); }

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

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

 span { border-color: rgb(129,238,191); }

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