#81EEBA

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

Shades of Aquamarine #81EEBA

Tints of Aquamarine #81EEBA

Color information

#81EEBA (or 0x81EEBA) is unknown color: approx Aquamarine. HEX triplet: 81, EE and BA. RGB value is (129,238,186). Sum of RGB (Red+Green+Blue) = 129+238+186=553 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.33% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #81EEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EEBA is #7E1145. Grayscale: #C7C7C7. Windows color (decimal): -8261958 or 12250753. OLE color: 12250753.

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

Color convert

RGB129238186-
CMYK0.4600.220.07
HSL151.38º76.22%71.96%-
HSV(B)151.38º45.8%93.33%-
XYZ48.4969.3657.29-
YUV199.48120.3977.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.33%
GREEN value IS 238 (93.36% from 255) = 43.04%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=23.33%
G=43.04%
B=33.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292381860.4600.220.07151.3876.2271.96
Hex81EEBA2E0167974c48
Octal201356272560267227114110
Binary1000000111101110101110101011100101101111001011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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