Shades of Vista Blue #84DDAA
Tints of Vista Blue #84DDAA
RGB
CMYK
RGB Variations
Color information
#84DDAA (or 0x84DDAA) is known color: Vista Blue. HEX triplet: 84, DD and AA. RGB value is (132,221,170). Sum of RGB (Red+Green+Blue) = 132+221+170=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DDAA is #7B2255. Grayscale: #BCBCBC. Windows color (decimal): -8069718 or 11197828. OLE color: 11197828.
HSL color Cylindrical-coordinate representation of color #84DDAA: hue angle of 145.62º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DDAA is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 170 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.13 |
| HSL | 145.62º | 0.57% | 0.69% | - |
| HSV(B) | 145.62º | 0.4% | 0.87% | - |
| XYZ | 42.63 | 59.52 | 47.27 | - |
| YUV | 188.58 | 117.51 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 170 | 0.40 | 0 | 0.23 | 0.13 | 145.62 | 0.57 | 0.69 |
| Hex | 84 | DD | AA | 28 | 0 | 17 | D | 92 | 39 | 45 |
| Octal | 204 | 335 | 252 | 50 | 0 | 27 | 15 | 222 | 71 | 105 |
| Binary | 10000100 | 11011101 | 10101010 | 101000 | 0 | 10111 | 1101 | 10010010 | 111001 | 1000101 |
Color Harmonies of #84DDAA
Complementary color
Monochromatic Colors of #84DDAA
Black with #84DDAA
Text Example
Text Example
White with #84DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDAA; }
p { color: rgb(132,221,170); }
H1.HeaderClassName
{
color: #84DDAA;
}
.AnyTagClassName
{
color: #84DDAA;
}
</style>
background-color css
<style>
a { background-color: #84DDAA; }
a { background-color: rgb(132,221,170); }
div.DivClassName
{
background-color: #84DDAA;
}
.BgClassName
{
background-color: #84DDAA;
}
</style>
border-color css
<style>
span { border-color: #84DDAA; }
span { border-color: rgb(132,221,170); }
td.TdClassName
{
border-color: #84DDAA;
}
.TagClassName
{
border-color: #84DDAA;
}
</style>