Shades of Vista Blue #84F3AA
Tints of Vista Blue #84F3AA
RGB
CMYK
RGB Variations
Color information
#84F3AA (or 0x84F3AA) is known color: Vista Blue. HEX triplet: 84, F3 and AA. RGB value is (132,243,170). Sum of RGB (Red+Green+Blue) = 132+243+170=545 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.22% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #84F3AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F3AA is #7B0C55. Grayscale: #C9C9C9. Windows color (decimal): -8064086 or 11203460. OLE color: 11203460.
HSL color Cylindrical-coordinate representation of color #84F3AA: hue angle of 140.54º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F3AA is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 243 | 170 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.05 |
| HSL | 140.54º | 0.82% | 0.74% | - |
| HSV(B) | 140.54º | 0.46% | 0.95% | - |
| XYZ | 48.82 | 71.91 | 49.34 | - |
| YUV | 201.49 | 110.23 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 243 | 170 | 0.46 | 0 | 0.30 | 0.05 | 140.54 | 0.82 | 0.74 |
| Hex | 84 | F3 | AA | 2E | 0 | 1E | 5 | 8D | 52 | 4A |
| Octal | 204 | 363 | 252 | 56 | 0 | 36 | 5 | 215 | 122 | 112 |
| Binary | 10000100 | 11110011 | 10101010 | 101110 | 0 | 11110 | 101 | 10001101 | 1010010 | 1001010 |
Color Harmonies of #84F3AA
Complementary color
Monochromatic Colors of #84F3AA
Black with #84F3AA
Text Example
Text Example
White with #84F3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F3AA; }
p { color: rgb(132,243,170); }
H1.HeaderClassName
{
color: #84F3AA;
}
.AnyTagClassName
{
color: #84F3AA;
}
</style>
background-color css
<style>
a { background-color: #84F3AA; }
a { background-color: rgb(132,243,170); }
div.DivClassName
{
background-color: #84F3AA;
}
.BgClassName
{
background-color: #84F3AA;
}
</style>
border-color css
<style>
span { border-color: #84F3AA; }
span { border-color: rgb(132,243,170); }
td.TdClassName
{
border-color: #84F3AA;
}
.TagClassName
{
border-color: #84F3AA;
}
</style>