#81EEBE

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

Shades of Aquamarine #81EEBE

Tints of Aquamarine #81EEBE

Color information

#81EEBE (or 0x81EEBE) is unknown color: approx Aquamarine. HEX triplet: 81, EE and BE. RGB value is (129,238,190). Sum of RGB (Red+Green+Blue) = 129+238+190=557 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.16% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #81EEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EEBE is #7E1141. Grayscale: #C8C8C8. Windows color (decimal): -8261954 or 12512897. OLE color: 12512897.

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

Color convert

RGB129238190-
CMYK0.4600.200.07
HSL153.58º76.22%71.96%-
HSV(B)153.58º45.8%93.33%-
XYZ48.9269.5359.56-
YUV199.94122.3977.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.16%
GREEN value IS 238 (93.36% from 255) = 42.73%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=23.16%
G=42.73%
B=34.11%

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
Decimal1292381900.4600.200.07153.5876.2271.96
Hex81EEBE2E01479a4c48
Octal201356276560247232114110
Binary1000000111101110101111101011100101001111001101010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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