#81EEBB

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

Shades of Aquamarine #81EEBB

Tints of Aquamarine #81EEBB

Color information

#81EEBB (or 0x81EEBB) is unknown color: approx Aquamarine. HEX triplet: 81, EE and BB. RGB value is (129,238,187). Sum of RGB (Red+Green+Blue) = 129+238+187=554 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.29% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #81EEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EEBB is #7E1144. Grayscale: #C7C7C7. Windows color (decimal): -8261957 or 12316289. OLE color: 12316289.

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

Color convert

RGB129238187-
CMYK0.4600.210.07
HSL151.93º76.22%71.96%-
HSV(B)151.93º45.8%93.33%-
XYZ48.669.457.85-
YUV199.6120.8977.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.29%
GREEN value IS 238 (93.36% from 255) = 42.96%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=23.29%
G=42.96%
B=33.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292381870.4600.210.07151.9376.2271.96
Hex81EEBB2E0157984c48
Octal201356273560257230114110
Binary1000000111101110101110111011100101011111001100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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