Shades of Vista Blue #81DCAA
Tints of Vista Blue #81DCAA
RGB
CMYK
RGB Variations
Color information
#81DCAA (or 0x81DCAA) is known color: Vista Blue. HEX triplet: 81, DC and AA. RGB value is (129,220,170). Sum of RGB (Red+Green+Blue) = 129+220+170=519 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.86% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #81DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DCAA is #7E2355. Grayscale: #BBBBBB. Windows color (decimal): -8266582 or 11197569. OLE color: 11197569.
HSL color Cylindrical-coordinate representation of color #81DCAA: hue angle of 147.03º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DCAA is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 170 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.14 |
| HSL | 147.03º | 0.57% | 0.68% | - |
| HSV(B) | 147.03º | 0.41% | 0.86% | - |
| XYZ | 41.9 | 58.76 | 47.16 | - |
| YUV | 187.09 | 118.35 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 170 | 0.41 | 0 | 0.23 | 0.14 | 147.03 | 0.57 | 0.68 |
| Hex | 81 | DC | AA | 29 | 0 | 17 | E | 93 | 39 | 44 |
| Octal | 201 | 334 | 252 | 51 | 0 | 27 | 16 | 223 | 71 | 104 |
| Binary | 10000001 | 11011100 | 10101010 | 101001 | 0 | 10111 | 1110 | 10010011 | 111001 | 1000100 |
Color Harmonies of #81DCAA
Complementary color
Monochromatic Colors of #81DCAA
Black with #81DCAA
Text Example
Text Example
White with #81DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DCAA; }
p { color: rgb(129,220,170); }
H1.HeaderClassName
{
color: #81DCAA;
}
.AnyTagClassName
{
color: #81DCAA;
}
</style>
background-color css
<style>
a { background-color: #81DCAA; }
a { background-color: rgb(129,220,170); }
div.DivClassName
{
background-color: #81DCAA;
}
.BgClassName
{
background-color: #81DCAA;
}
</style>
border-color css
<style>
span { border-color: #81DCAA; }
span { border-color: rgb(129,220,170); }
td.TdClassName
{
border-color: #81DCAA;
}
.TagClassName
{
border-color: #81DCAA;
}
</style>