Shades of Vista Blue #7AF1B2
Tints of Vista Blue #7AF1B2
RGB
CMYK
RGB Variations
Color information
#7AF1B2 (or 0x7AF1B2) is known color: Vista Blue. HEX triplet: 7A, F1 and B2. RGB value is (122,241,178). Sum of RGB (Red+Green+Blue) = 122+241+178=541 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.55% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF1B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF1B2 is #850E4D. Grayscale: #C6C6C6. Windows color (decimal): -8719950 or 11727226. OLE color: 11727226.
HSL color Cylindrical-coordinate representation of color #7AF1B2: hue angle of 148.24º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF1B2 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 241 | 178 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.05 |
| HSL | 148.24º | 0.81% | 0.71% | - |
| HSV(B) | 148.24º | 0.49% | 0.95% | - |
| XYZ | 47.52 | 70.26 | 53.18 | - |
| YUV | 198.24 | 116.58 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 241 | 178 | 0.49 | 0 | 0.26 | 0.05 | 148.24 | 0.81 | 0.71 |
| Hex | 7A | F1 | B2 | 31 | 0 | 1A | 5 | 94 | 51 | 47 |
| Octal | 172 | 361 | 262 | 61 | 0 | 32 | 5 | 224 | 121 | 107 |
| Binary | 1111010 | 11110001 | 10110010 | 110001 | 0 | 11010 | 101 | 10010100 | 1010001 | 1000111 |
Color Harmonies of #7AF1B2
Complementary color
Monochromatic Colors of #7AF1B2
Black with #7AF1B2
Text Example
Text Example
White with #7AF1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF1B2; }
p { color: rgb(122,241,178); }
H1.HeaderClassName
{
color: #7AF1B2;
}
.AnyTagClassName
{
color: #7AF1B2;
}
</style>
background-color css
<style>
a { background-color: #7AF1B2; }
a { background-color: rgb(122,241,178); }
div.DivClassName
{
background-color: #7AF1B2;
}
.BgClassName
{
background-color: #7AF1B2;
}
</style>
border-color css
<style>
span { border-color: #7AF1B2; }
span { border-color: rgb(122,241,178); }
td.TdClassName
{
border-color: #7AF1B2;
}
.TagClassName
{
border-color: #7AF1B2;
}
</style>