Shades of Vista Blue #77F2AF
Tints of Vista Blue #77F2AF
RGB
CMYK
RGB Variations
Color information
#77F2AF (or 0x77F2AF) is known color: Vista Blue. HEX triplet: 77, F2 and AF. RGB value is (119,242,175). Sum of RGB (Red+Green+Blue) = 119+242+175=536 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.20% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #77F2AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77F2AF is #880D50. Grayscale: #C5C5C5. Windows color (decimal): -8916305 or 11530871. OLE color: 11530871.
HSL color Cylindrical-coordinate representation of color #77F2AF: hue angle of 147.32º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77F2AF is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 242 | 175 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.05 |
| HSL | 147.32º | 0.83% | 0.71% | - |
| HSV(B) | 147.32º | 0.51% | 0.95% | - |
| XYZ | 47.1 | 70.52 | 51.69 | - |
| YUV | 197.59 | 115.25 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 242 | 175 | 0.51 | 0 | 0.28 | 0.05 | 147.32 | 0.83 | 0.71 |
| Hex | 77 | F2 | AF | 33 | 0 | 1C | 5 | 93 | 53 | 47 |
| Octal | 167 | 362 | 257 | 63 | 0 | 34 | 5 | 223 | 123 | 107 |
| Binary | 1110111 | 11110010 | 10101111 | 110011 | 0 | 11100 | 101 | 10010011 | 1010011 | 1000111 |
Color Harmonies of #77F2AF
Complementary color
Monochromatic Colors of #77F2AF
Black with #77F2AF
Text Example
Text Example
White with #77F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F2AF; }
p { color: rgb(119,242,175); }
H1.HeaderClassName
{
color: #77F2AF;
}
.AnyTagClassName
{
color: #77F2AF;
}
</style>
background-color css
<style>
a { background-color: #77F2AF; }
a { background-color: rgb(119,242,175); }
div.DivClassName
{
background-color: #77F2AF;
}
.BgClassName
{
background-color: #77F2AF;
}
</style>
border-color css
<style>
span { border-color: #77F2AF; }
span { border-color: rgb(119,242,175); }
td.TdClassName
{
border-color: #77F2AF;
}
.TagClassName
{
border-color: #77F2AF;
}
</style>