Shades of Vista Blue #84E5AA
Tints of Vista Blue #84E5AA
RGB
CMYK
RGB Variations
Color information
#84E5AA (or 0x84E5AA) is known color: Vista Blue. HEX triplet: 84, E5 and AA. RGB value is (132,229,170). Sum of RGB (Red+Green+Blue) = 132+229+170=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #84E5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E5AA is #7B1A55. Grayscale: #C1C1C1. Windows color (decimal): -8067670 or 11199876. OLE color: 11199876.
HSL color Cylindrical-coordinate representation of color #84E5AA: hue angle of 143.51º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E5AA is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 229 | 170 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.10 |
| HSL | 143.51º | 0.65% | 0.71% | - |
| HSV(B) | 143.51º | 0.42% | 0.9% | - |
| XYZ | 44.79 | 63.85 | 47.99 | - |
| YUV | 193.27 | 114.86 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 229 | 170 | 0.42 | 0 | 0.26 | 0.10 | 143.51 | 0.65 | 0.71 |
| Hex | 84 | E5 | AA | 2A | 0 | 1A | A | 90 | 41 | 47 |
| Octal | 204 | 345 | 252 | 52 | 0 | 32 | 12 | 220 | 101 | 107 |
| Binary | 10000100 | 11100101 | 10101010 | 101010 | 0 | 11010 | 1010 | 10010000 | 1000001 | 1000111 |
Color Harmonies of #84E5AA
Complementary color
Monochromatic Colors of #84E5AA
Black with #84E5AA
Text Example
Text Example
White with #84E5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E5AA; }
p { color: rgb(132,229,170); }
H1.HeaderClassName
{
color: #84E5AA;
}
.AnyTagClassName
{
color: #84E5AA;
}
</style>
background-color css
<style>
a { background-color: #84E5AA; }
a { background-color: rgb(132,229,170); }
div.DivClassName
{
background-color: #84E5AA;
}
.BgClassName
{
background-color: #84E5AA;
}
</style>
border-color css
<style>
span { border-color: #84E5AA; }
span { border-color: rgb(132,229,170); }
td.TdClassName
{
border-color: #84E5AA;
}
.TagClassName
{
border-color: #84E5AA;
}
</style>