Shades of Vista Blue #91DCAA
Tints of Vista Blue #91DCAA
RGB
CMYK
RGB Variations
Color information
#91DCAA (or 0x91DCAA) is known color: Vista Blue. HEX triplet: 91, DC and AA. RGB value is (145,220,170). Sum of RGB (Red+Green+Blue) = 145+220+170=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #91DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DCAA is #6E2355. Grayscale: #BFBFBF. Windows color (decimal): -7218006 or 11197585. OLE color: 11197585.
HSL color Cylindrical-coordinate representation of color #91DCAA: hue angle of 140º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DCAA is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 220 | 170 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.14 |
| HSL | 140º | 0.52% | 0.72% | - |
| HSV(B) | 140º | 0.34% | 0.86% | - |
| XYZ | 44.53 | 60.11 | 47.29 | - |
| YUV | 191.88 | 115.65 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 220 | 170 | 0.34 | 0 | 0.23 | 0.14 | 140 | 0.52 | 0.72 |
| Hex | 91 | DC | AA | 22 | 0 | 17 | E | 8C | 34 | 48 |
| Octal | 221 | 334 | 252 | 42 | 0 | 27 | 16 | 214 | 64 | 110 |
| Binary | 10010001 | 11011100 | 10101010 | 100010 | 0 | 10111 | 1110 | 10001100 | 110100 | 1001000 |
Color Harmonies of #91DCAA
Complementary color
Monochromatic Colors of #91DCAA
Black with #91DCAA
Text Example
Text Example
White with #91DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DCAA; }
p { color: rgb(145,220,170); }
H1.HeaderClassName
{
color: #91DCAA;
}
.AnyTagClassName
{
color: #91DCAA;
}
</style>
background-color css
<style>
a { background-color: #91DCAA; }
a { background-color: rgb(145,220,170); }
div.DivClassName
{
background-color: #91DCAA;
}
.BgClassName
{
background-color: #91DCAA;
}
</style>
border-color css
<style>
span { border-color: #91DCAA; }
span { border-color: rgb(145,220,170); }
td.TdClassName
{
border-color: #91DCAA;
}
.TagClassName
{
border-color: #91DCAA;
}
</style>