Shades of Vista Blue #79F4AA
Tints of Vista Blue #79F4AA
RGB
CMYK
RGB Variations
Color information
#79F4AA (or 0x79F4AA) is known color: Vista Blue. HEX triplet: 79, F4 and AA. RGB value is (121,244,170). Sum of RGB (Red+Green+Blue) = 121+244+170=535 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.62% from 535); Green value is 244 (95.70% from 255 or 45.61% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 244 - color contains mainly: green. Hex color #79F4AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #79F4AA is #860B55. Grayscale: #C6C6C6. Windows color (decimal): -8784726 or 11203705. OLE color: 11203705.
HSL color Cylindrical-coordinate representation of color #79F4AA: hue angle of 143.9º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79F4AA is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 121 | 244 | 170 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.04 |
| HSL | 143.9º | 0.85% | 0.72% | - |
| HSV(B) | 143.9º | 0.5% | 0.96% | - |
| XYZ | 47.49 | 71.67 | 49.36 | - |
| YUV | 198.79 | 111.75 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 244 | 170 | 0.50 | 0 | 0.30 | 0.04 | 143.9 | 0.85 | 0.72 |
| Hex | 79 | F4 | AA | 32 | 0 | 1E | 4 | 90 | 55 | 48 |
| Octal | 171 | 364 | 252 | 62 | 0 | 36 | 4 | 220 | 125 | 110 |
| Binary | 1111001 | 11110100 | 10101010 | 110010 | 0 | 11110 | 100 | 10010000 | 1010101 | 1001000 |
Color Harmonies of #79F4AA
Complementary color
Monochromatic Colors of #79F4AA
Black with #79F4AA
Text Example
Text Example
White with #79F4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79F4AA; }
p { color: rgb(121,244,170); }
H1.HeaderClassName
{
color: #79F4AA;
}
.AnyTagClassName
{
color: #79F4AA;
}
</style>
background-color css
<style>
a { background-color: #79F4AA; }
a { background-color: rgb(121,244,170); }
div.DivClassName
{
background-color: #79F4AA;
}
.BgClassName
{
background-color: #79F4AA;
}
</style>
border-color css
<style>
span { border-color: #79F4AA; }
span { border-color: rgb(121,244,170); }
td.TdClassName
{
border-color: #79F4AA;
}
.TagClassName
{
border-color: #79F4AA;
}
</style>