Shades of Vista Blue #84E9AA
Tints of Vista Blue #84E9AA
RGB
CMYK
RGB Variations
Color information
#84E9AA (or 0x84E9AA) is known color: Vista Blue. HEX triplet: 84, E9 and AA. RGB value is (132,233,170). Sum of RGB (Red+Green+Blue) = 132+233+170=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #84E9AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84E9AA is #7B1655. Grayscale: #C3C3C3. Windows color (decimal): -8066646 or 11200900. OLE color: 11200900.
HSL color Cylindrical-coordinate representation of color #84E9AA: hue angle of 142.57º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84E9AA is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 233 | 170 | - |
| CMYK | 0.43 | 0 | 0.27 | 0.09 |
| HSL | 142.57º | 0.7% | 0.72% | - |
| HSV(B) | 142.57º | 0.43% | 0.91% | - |
| XYZ | 45.91 | 66.09 | 48.37 | - |
| YUV | 195.62 | 113.54 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 233 | 170 | 0.43 | 0 | 0.27 | 0.09 | 142.57 | 0.7 | 0.72 |
| Hex | 84 | E9 | AA | 2B | 0 | 1B | 9 | 8F | 46 | 48 |
| Octal | 204 | 351 | 252 | 53 | 0 | 33 | 11 | 217 | 106 | 110 |
| Binary | 10000100 | 11101001 | 10101010 | 101011 | 0 | 11011 | 1001 | 10001111 | 1000110 | 1001000 |
Color Harmonies of #84E9AA
Complementary color
Monochromatic Colors of #84E9AA
Black with #84E9AA
Text Example
Text Example
White with #84E9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E9AA; }
p { color: rgb(132,233,170); }
H1.HeaderClassName
{
color: #84E9AA;
}
.AnyTagClassName
{
color: #84E9AA;
}
</style>
background-color css
<style>
a { background-color: #84E9AA; }
a { background-color: rgb(132,233,170); }
div.DivClassName
{
background-color: #84E9AA;
}
.BgClassName
{
background-color: #84E9AA;
}
</style>
border-color css
<style>
span { border-color: #84E9AA; }
span { border-color: rgb(132,233,170); }
td.TdClassName
{
border-color: #84E9AA;
}
.TagClassName
{
border-color: #84E9AA;
}
</style>