Shades of Vista Blue #92DCAA
Tints of Vista Blue #92DCAA
RGB
CMYK
RGB Variations
Color information
#92DCAA (or 0x92DCAA) is known color: Vista Blue. HEX triplet: 92, DC and AA. RGB value is (146,220,170). Sum of RGB (Red+Green+Blue) = 146+220+170=536 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.24% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #92DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DCAA is #6D2355. Grayscale: #C0C0C0. Windows color (decimal): -7152470 or 11197586. OLE color: 11197586.
HSL color Cylindrical-coordinate representation of color #92DCAA: hue angle of 139.46º degrees, saturation: 0.51, 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 #92DCAA is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 220 | 170 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.14 |
| HSL | 139.46º | 0.51% | 0.72% | - |
| HSV(B) | 139.46º | 0.34% | 0.86% | - |
| XYZ | 44.7 | 60.2 | 47.29 | - |
| YUV | 192.17 | 115.48 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 170 | 0.34 | 0 | 0.23 | 0.14 | 139.46 | 0.51 | 0.72 |
| Hex | 92 | DC | AA | 22 | 0 | 17 | E | 8B | 33 | 48 |
| Octal | 222 | 334 | 252 | 42 | 0 | 27 | 16 | 213 | 63 | 110 |
| Binary | 10010010 | 11011100 | 10101010 | 100010 | 0 | 10111 | 1110 | 10001011 | 110011 | 1001000 |
Color Harmonies of #92DCAA
Complementary color
Monochromatic Colors of #92DCAA
Black with #92DCAA
Text Example
Text Example
White with #92DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DCAA; }
p { color: rgb(146,220,170); }
H1.HeaderClassName
{
color: #92DCAA;
}
.AnyTagClassName
{
color: #92DCAA;
}
</style>
background-color css
<style>
a { background-color: #92DCAA; }
a { background-color: rgb(146,220,170); }
div.DivClassName
{
background-color: #92DCAA;
}
.BgClassName
{
background-color: #92DCAA;
}
</style>
border-color css
<style>
span { border-color: #92DCAA; }
span { border-color: rgb(146,220,170); }
td.TdClassName
{
border-color: #92DCAA;
}
.TagClassName
{
border-color: #92DCAA;
}
</style>