#81EEAB

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

Shades of Vista Blue #81EEAB

Tints of Vista Blue #81EEAB

Color information

#81EEAB (or 0x81EEAB) is unknown color: approx Vista Blue. HEX triplet: 81, EE and AB. RGB value is (129,238,171). Sum of RGB (Red+Green+Blue) = 129+238+171=538 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.98% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #81EEAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EEAB is #7E1154. Grayscale: #C5C5C5. Windows color (decimal): -8261973 or 11267713. OLE color: 11267713.

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

Color convert

RGB129238171-
CMYK0.4600.280.07
HSL143.12º76.22%71.96%-
HSV(B)143.12º45.8%93.33%-
XYZ46.9868.7649.32-
YUV197.77112.8978.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.98%
GREEN value IS 238 (93.36% from 255) = 44.24%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=23.98%
G=44.24%
B=31.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292381710.4600.280.07143.1276.2271.96
Hex81EEAB2E01C78f4c48
Octal201356253560347217114110
Binary1000000111101110101010111011100111001111000111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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