Shades of Vista Blue #7AF1B0
Tints of Vista Blue #7AF1B0
RGB
CMYK
RGB Variations
Color information
#7AF1B0 (or 0x7AF1B0) is known color: Vista Blue. HEX triplet: 7A, F1 and B0. RGB value is (122,241,176). Sum of RGB (Red+Green+Blue) = 122+241+176=539 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.63% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF1B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF1B0 is #850E4F. Grayscale: #C6C6C6. Windows color (decimal): -8719952 or 11596154. OLE color: 11596154.
HSL color Cylindrical-coordinate representation of color #7AF1B0: hue angle of 147.23º 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 #7AF1B0 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 241 | 176 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.05 |
| HSL | 147.23º | 0.81% | 0.71% | - |
| HSV(B) | 147.23º | 0.49% | 0.95% | - |
| XYZ | 47.32 | 70.18 | 52.13 | - |
| YUV | 198.01 | 115.58 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 241 | 176 | 0.49 | 0 | 0.27 | 0.05 | 147.23 | 0.81 | 0.71 |
| Hex | 7A | F1 | B0 | 31 | 0 | 1B | 5 | 93 | 51 | 47 |
| Octal | 172 | 361 | 260 | 61 | 0 | 33 | 5 | 223 | 121 | 107 |
| Binary | 1111010 | 11110001 | 10110000 | 110001 | 0 | 11011 | 101 | 10010011 | 1010001 | 1000111 |
Color Harmonies of #7AF1B0
Complementary color
Monochromatic Colors of #7AF1B0
Black with #7AF1B0
Text Example
Text Example
White with #7AF1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF1B0; }
p { color: rgb(122,241,176); }
H1.HeaderClassName
{
color: #7AF1B0;
}
.AnyTagClassName
{
color: #7AF1B0;
}
</style>
background-color css
<style>
a { background-color: #7AF1B0; }
a { background-color: rgb(122,241,176); }
div.DivClassName
{
background-color: #7AF1B0;
}
.BgClassName
{
background-color: #7AF1B0;
}
</style>
border-color css
<style>
span { border-color: #7AF1B0; }
span { border-color: rgb(122,241,176); }
td.TdClassName
{
border-color: #7AF1B0;
}
.TagClassName
{
border-color: #7AF1B0;
}
</style>