Shades of Vista Blue #81D7AA
Tints of Vista Blue #81D7AA
RGB
CMYK
RGB Variations
Color information
#81D7AA (or 0x81D7AA) is known color: Vista Blue. HEX triplet: 81, D7 and AA. RGB value is (129,215,170). Sum of RGB (Red+Green+Blue) = 129+215+170=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #81D7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D7AA is #7E2855. Grayscale: #B8B8B8. Windows color (decimal): -8267862 or 11196289. OLE color: 11196289.
HSL color Cylindrical-coordinate representation of color #81D7AA: hue angle of 148.6º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D7AA is Cyan = 0.4, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 215 | 170 | - |
| CMYK | 0.4 | 0 | 0.21 | 0.16 |
| HSL | 148.6º | 0.52% | 0.67% | - |
| HSV(B) | 148.6º | 0.4% | 0.84% | - |
| XYZ | 40.61 | 56.17 | 46.73 | - |
| YUV | 184.16 | 120.01 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 215 | 170 | 0.4 | 0 | 0.21 | 0.16 | 148.6 | 0.52 | 0.67 |
| Hex | 81 | D7 | AA | 28 | 0 | 15 | 10 | 95 | 34 | 43 |
| Octal | 201 | 327 | 252 | 50 | 0 | 25 | 20 | 225 | 64 | 103 |
| Binary | 10000001 | 11010111 | 10101010 | 101000 | 0 | 10101 | 10000 | 10010101 | 110100 | 1000011 |
Color Harmonies of #81D7AA
Complementary color
Monochromatic Colors of #81D7AA
Black with #81D7AA
Text Example
Text Example
White with #81D7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D7AA; }
p { color: rgb(129,215,170); }
H1.HeaderClassName
{
color: #81D7AA;
}
.AnyTagClassName
{
color: #81D7AA;
}
</style>
background-color css
<style>
a { background-color: #81D7AA; }
a { background-color: rgb(129,215,170); }
div.DivClassName
{
background-color: #81D7AA;
}
.BgClassName
{
background-color: #81D7AA;
}
</style>
border-color css
<style>
span { border-color: #81D7AA; }
span { border-color: rgb(129,215,170); }
td.TdClassName
{
border-color: #81D7AA;
}
.TagClassName
{
border-color: #81D7AA;
}
</style>