Shades of Vista Blue #84F2AD
Tints of Vista Blue #84F2AD
RGB
CMYK
RGB Variations
Color information
#84F2AD (or 0x84F2AD) is known color: Vista Blue. HEX triplet: 84, F2 and AD. RGB value is (132,242,173). Sum of RGB (Red+Green+Blue) = 132+242+173=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #84F2AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F2AD is #7B0D52. Grayscale: #C9C9C9. Windows color (decimal): -8064339 or 11399812. OLE color: 11399812.
HSL color Cylindrical-coordinate representation of color #84F2AD: hue angle of 142.36º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F2AD is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 242 | 173 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.05 |
| HSL | 142.36º | 0.81% | 0.73% | - |
| HSV(B) | 142.36º | 0.45% | 0.95% | - |
| XYZ | 48.81 | 71.43 | 50.75 | - |
| YUV | 201.24 | 112.06 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 242 | 173 | 0.45 | 0 | 0.29 | 0.05 | 142.36 | 0.81 | 0.73 |
| Hex | 84 | F2 | AD | 2D | 0 | 1D | 5 | 8E | 51 | 49 |
| Octal | 204 | 362 | 255 | 55 | 0 | 35 | 5 | 216 | 121 | 111 |
| Binary | 10000100 | 11110010 | 10101101 | 101101 | 0 | 11101 | 101 | 10001110 | 1010001 | 1001001 |
Color Harmonies of #84F2AD
Complementary color
Monochromatic Colors of #84F2AD
Black with #84F2AD
Text Example
Text Example
White with #84F2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F2AD; }
p { color: rgb(132,242,173); }
H1.HeaderClassName
{
color: #84F2AD;
}
.AnyTagClassName
{
color: #84F2AD;
}
</style>
background-color css
<style>
a { background-color: #84F2AD; }
a { background-color: rgb(132,242,173); }
div.DivClassName
{
background-color: #84F2AD;
}
.BgClassName
{
background-color: #84F2AD;
}
</style>
border-color css
<style>
span { border-color: #84F2AD; }
span { border-color: rgb(132,242,173); }
td.TdClassName
{
border-color: #84F2AD;
}
.TagClassName
{
border-color: #84F2AD;
}
</style>