Shades of Vista Blue #7AF3AB
Tints of Vista Blue #7AF3AB
RGB
CMYK
RGB Variations
Color information
#7AF3AB (or 0x7AF3AB) is known color: Vista Blue. HEX triplet: 7A, F3 and AB. RGB value is (122,243,171). Sum of RGB (Red+Green+Blue) = 122+243+171=536 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.76% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF3AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF3AB is #850C54. Grayscale: #C6C6C6. Windows color (decimal): -8719445 or 11268986. OLE color: 11268986.
HSL color Cylindrical-coordinate representation of color #7AF3AB: hue angle of 144.3º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF3AB is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 243 | 171 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.05 |
| HSL | 144.3º | 0.83% | 0.72% | - |
| HSV(B) | 144.3º | 0.5% | 0.95% | - |
| XYZ | 47.43 | 71.18 | 49.77 | - |
| YUV | 198.61 | 112.41 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 243 | 171 | 0.50 | 0 | 0.30 | 0.05 | 144.3 | 0.83 | 0.72 |
| Hex | 7A | F3 | AB | 32 | 0 | 1E | 5 | 90 | 53 | 48 |
| Octal | 172 | 363 | 253 | 62 | 0 | 36 | 5 | 220 | 123 | 110 |
| Binary | 1111010 | 11110011 | 10101011 | 110010 | 0 | 11110 | 101 | 10010000 | 1010011 | 1001000 |
Color Harmonies of #7AF3AB
Complementary color
Monochromatic Colors of #7AF3AB
Black with #7AF3AB
Text Example
Text Example
White with #7AF3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF3AB; }
p { color: rgb(122,243,171); }
H1.HeaderClassName
{
color: #7AF3AB;
}
.AnyTagClassName
{
color: #7AF3AB;
}
</style>
background-color css
<style>
a { background-color: #7AF3AB; }
a { background-color: rgb(122,243,171); }
div.DivClassName
{
background-color: #7AF3AB;
}
.BgClassName
{
background-color: #7AF3AB;
}
</style>
border-color css
<style>
span { border-color: #7AF3AB; }
span { border-color: rgb(122,243,171); }
td.TdClassName
{
border-color: #7AF3AB;
}
.TagClassName
{
border-color: #7AF3AB;
}
</style>