Shades of Vista Blue #92DDAA
Tints of Vista Blue #92DDAA
RGB
CMYK
RGB Variations
Color information
#92DDAA (or 0x92DDAA) is known color: Vista Blue. HEX triplet: 92, DD and AA. RGB value is (146,221,170). Sum of RGB (Red+Green+Blue) = 146+221+170=537 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.19% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #92DDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DDAA is #6D2255. Grayscale: #C0C0C0. Windows color (decimal): -7152214 or 11197842. OLE color: 11197842.
HSL color Cylindrical-coordinate representation of color #92DDAA: hue angle of 139.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DDAA is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 170 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.13 |
| HSL | 139.2º | 0.52% | 0.72% | - |
| HSV(B) | 139.2º | 0.34% | 0.87% | - |
| XYZ | 44.97 | 60.73 | 47.38 | - |
| YUV | 192.76 | 115.15 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 170 | 0.34 | 0 | 0.23 | 0.13 | 139.2 | 0.52 | 0.72 |
| Hex | 92 | DD | AA | 22 | 0 | 17 | D | 8B | 34 | 48 |
| Octal | 222 | 335 | 252 | 42 | 0 | 27 | 15 | 213 | 64 | 110 |
| Binary | 10010010 | 11011101 | 10101010 | 100010 | 0 | 10111 | 1101 | 10001011 | 110100 | 1001000 |
Color Harmonies of #92DDAA
Complementary color
Monochromatic Colors of #92DDAA
Black with #92DDAA
Text Example
Text Example
White with #92DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DDAA; }
p { color: rgb(146,221,170); }
H1.HeaderClassName
{
color: #92DDAA;
}
.AnyTagClassName
{
color: #92DDAA;
}
</style>
background-color css
<style>
a { background-color: #92DDAA; }
a { background-color: rgb(146,221,170); }
div.DivClassName
{
background-color: #92DDAA;
}
.BgClassName
{
background-color: #92DDAA;
}
</style>
border-color css
<style>
span { border-color: #92DDAA; }
span { border-color: rgb(146,221,170); }
td.TdClassName
{
border-color: #92DDAA;
}
.TagClassName
{
border-color: #92DDAA;
}
</style>