Shades of Vista Blue #7AF2A6
Tints of Vista Blue #7AF2A6
RGB
CMYK
RGB Variations
Color information
#7AF2A6 (or 0x7AF2A6) is known color: Vista Blue. HEX triplet: 7A, F2 and A6. RGB value is (122,242,166). Sum of RGB (Red+Green+Blue) = 122+242+166=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF2A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF2A6 is #850D59. Grayscale: #C5C5C5. Windows color (decimal): -8719706 or 10941050. OLE color: 10941050.
HSL color Cylindrical-coordinate representation of color #7AF2A6: hue angle of 142º 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 #7AF2A6 is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 166 | - |
| CMYK | 0.50 | 0 | 0.31 | 0.05 |
| HSL | 142º | 0.82% | 0.71% | - |
| HSV(B) | 142º | 0.5% | 0.95% | - |
| XYZ | 46.66 | 70.4 | 47.2 | - |
| YUV | 197.46 | 110.24 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 166 | 0.50 | 0 | 0.31 | 0.05 | 142 | 0.82 | 0.71 |
| Hex | 7A | F2 | A6 | 32 | 0 | 1F | 5 | 8E | 52 | 47 |
| Octal | 172 | 362 | 246 | 62 | 0 | 37 | 5 | 216 | 122 | 107 |
| Binary | 1111010 | 11110010 | 10100110 | 110010 | 0 | 11111 | 101 | 10001110 | 1010010 | 1000111 |
Color Harmonies of #7AF2A6
Complementary color
Monochromatic Colors of #7AF2A6
Black with #7AF2A6
Text Example
Text Example
White with #7AF2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF2A6; }
p { color: rgb(122,242,166); }
H1.HeaderClassName
{
color: #7AF2A6;
}
.AnyTagClassName
{
color: #7AF2A6;
}
</style>
background-color css
<style>
a { background-color: #7AF2A6; }
a { background-color: rgb(122,242,166); }
div.DivClassName
{
background-color: #7AF2A6;
}
.BgClassName
{
background-color: #7AF2A6;
}
</style>
border-color css
<style>
span { border-color: #7AF2A6; }
span { border-color: rgb(122,242,166); }
td.TdClassName
{
border-color: #7AF2A6;
}
.TagClassName
{
border-color: #7AF2A6;
}
</style>