Shades of Vista Blue #7AF2AD
Tints of Vista Blue #7AF2AD
RGB
CMYK
RGB Variations
Color information
#7AF2AD (or 0x7AF2AD) is known color: Vista Blue. HEX triplet: 7A, F2 and AD. RGB value is (122,242,173). Sum of RGB (Red+Green+Blue) = 122+242+173=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF2AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF2AD is #850D52. Grayscale: #C6C6C6. Windows color (decimal): -8719699 or 11399802. OLE color: 11399802.
HSL color Cylindrical-coordinate representation of color #7AF2AD: hue angle of 145.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF2AD is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 173 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.05 |
| HSL | 145.5º | 0.82% | 0.71% | - |
| HSV(B) | 145.5º | 0.5% | 0.95% | - |
| XYZ | 47.32 | 70.66 | 50.68 | - |
| YUV | 198.25 | 113.74 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 173 | 0.50 | 0 | 0.29 | 0.05 | 145.5 | 0.82 | 0.71 |
| Hex | 7A | F2 | AD | 32 | 0 | 1D | 5 | 92 | 52 | 47 |
| Octal | 172 | 362 | 255 | 62 | 0 | 35 | 5 | 222 | 122 | 107 |
| Binary | 1111010 | 11110010 | 10101101 | 110010 | 0 | 11101 | 101 | 10010010 | 1010010 | 1000111 |
Color Harmonies of #7AF2AD
Complementary color
Monochromatic Colors of #7AF2AD
Black with #7AF2AD
Text Example
Text Example
White with #7AF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF2AD; }
p { color: rgb(122,242,173); }
H1.HeaderClassName
{
color: #7AF2AD;
}
.AnyTagClassName
{
color: #7AF2AD;
}
</style>
background-color css
<style>
a { background-color: #7AF2AD; }
a { background-color: rgb(122,242,173); }
div.DivClassName
{
background-color: #7AF2AD;
}
.BgClassName
{
background-color: #7AF2AD;
}
</style>
border-color css
<style>
span { border-color: #7AF2AD; }
span { border-color: rgb(122,242,173); }
td.TdClassName
{
border-color: #7AF2AD;
}
.TagClassName
{
border-color: #7AF2AD;
}
</style>