Shades of Vista Blue #7AF4AB
Tints of Vista Blue #7AF4AB
RGB
CMYK
RGB Variations
Color information
#7AF4AB (or 0x7AF4AB) is known color: Vista Blue. HEX triplet: 7A, F4 and AB. RGB value is (122,244,171). Sum of RGB (Red+Green+Blue) = 122+244+171=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 244 (95.70% from 255 or 45.44% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF4AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF4AB is #850B54. Grayscale: #C7C7C7. Windows color (decimal): -8719189 or 11269242. OLE color: 11269242.
HSL color Cylindrical-coordinate representation of color #7AF4AB: hue angle of 144.1º 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 #7AF4AB is Cyan = 0.5, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 244 | 171 | - |
| CMYK | 0.5 | 0 | 0.30 | 0.04 |
| HSL | 144.1º | 0.85% | 0.72% | - |
| HSV(B) | 144.1º | 0.5% | 0.96% | - |
| XYZ | 47.73 | 71.78 | 49.87 | - |
| YUV | 199.2 | 112.08 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 244 | 171 | 0.5 | 0 | 0.30 | 0.04 | 144.1 | 0.85 | 0.72 |
| Hex | 7A | F4 | AB | 32 | 0 | 1E | 4 | 90 | 55 | 48 |
| Octal | 172 | 364 | 253 | 62 | 0 | 36 | 4 | 220 | 125 | 110 |
| Binary | 1111010 | 11110100 | 10101011 | 110010 | 0 | 11110 | 100 | 10010000 | 1010101 | 1001000 |
Color Harmonies of #7AF4AB
Complementary color
Monochromatic Colors of #7AF4AB
Black with #7AF4AB
Text Example
Text Example
White with #7AF4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF4AB; }
p { color: rgb(122,244,171); }
H1.HeaderClassName
{
color: #7AF4AB;
}
.AnyTagClassName
{
color: #7AF4AB;
}
</style>
background-color css
<style>
a { background-color: #7AF4AB; }
a { background-color: rgb(122,244,171); }
div.DivClassName
{
background-color: #7AF4AB;
}
.BgClassName
{
background-color: #7AF4AB;
}
</style>
border-color css
<style>
span { border-color: #7AF4AB; }
span { border-color: rgb(122,244,171); }
td.TdClassName
{
border-color: #7AF4AB;
}
.TagClassName
{
border-color: #7AF4AB;
}
</style>