Shades of Vista Blue #81E0B0
Tints of Vista Blue #81E0B0
RGB
CMYK
RGB Variations
Color information
#81E0B0 (or 0x81E0B0) is known color: Vista Blue. HEX triplet: 81, E0 and B0. RGB value is (129,224,176). Sum of RGB (Red+Green+Blue) = 129+224+176=529 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.39% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #81E0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81E0B0 is #7E1F4F. Grayscale: #BEBEBE. Windows color (decimal): -8265552 or 11591809. OLE color: 11591809.
HSL color Cylindrical-coordinate representation of color #81E0B0: hue angle of 149.68º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81E0B0 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 224 | 176 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.12 |
| HSL | 149.68º | 0.61% | 0.69% | - |
| HSV(B) | 149.68º | 0.42% | 0.88% | - |
| XYZ | 43.55 | 61.11 | 50.58 | - |
| YUV | 190.12 | 120.03 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 224 | 176 | 0.42 | 0 | 0.21 | 0.12 | 149.68 | 0.61 | 0.69 |
| Hex | 81 | E0 | B0 | 2A | 0 | 15 | C | 96 | 3D | 45 |
| Octal | 201 | 340 | 260 | 52 | 0 | 25 | 14 | 226 | 75 | 105 |
| Binary | 10000001 | 11100000 | 10110000 | 101010 | 0 | 10101 | 1100 | 10010110 | 111101 | 1000101 |
Color Harmonies of #81E0B0
Complementary color
Monochromatic Colors of #81E0B0
Black with #81E0B0
Text Example
Text Example
White with #81E0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E0B0; }
p { color: rgb(129,224,176); }
H1.HeaderClassName
{
color: #81E0B0;
}
.AnyTagClassName
{
color: #81E0B0;
}
</style>
background-color css
<style>
a { background-color: #81E0B0; }
a { background-color: rgb(129,224,176); }
div.DivClassName
{
background-color: #81E0B0;
}
.BgClassName
{
background-color: #81E0B0;
}
</style>
border-color css
<style>
span { border-color: #81E0B0; }
span { border-color: rgb(129,224,176); }
td.TdClassName
{
border-color: #81E0B0;
}
.TagClassName
{
border-color: #81E0B0;
}
</style>