Shades of Vista Blue #77F2AA
Tints of Vista Blue #77F2AA
RGB
CMYK
RGB Variations
Color information
#77F2AA (or 0x77F2AA) is known color: Vista Blue. HEX triplet: 77, F2 and AA. RGB value is (119,242,170). Sum of RGB (Red+Green+Blue) = 119+242+170=531 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.41% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #77F2AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77F2AA is #880D55. Grayscale: #C5C5C5. Windows color (decimal): -8916310 or 11203191. OLE color: 11203191.
HSL color Cylindrical-coordinate representation of color #77F2AA: hue angle of 144.88º 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 #77F2AA is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 242 | 170 | - |
| CMYK | 0.51 | 0 | 0.30 | 0.05 |
| HSL | 144.88º | 0.83% | 0.71% | - |
| HSV(B) | 144.88º | 0.51% | 0.95% | - |
| XYZ | 46.62 | 70.33 | 49.15 | - |
| YUV | 197.02 | 112.75 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 242 | 170 | 0.51 | 0 | 0.30 | 0.05 | 144.88 | 0.83 | 0.71 |
| Hex | 77 | F2 | AA | 33 | 0 | 1E | 5 | 91 | 53 | 47 |
| Octal | 167 | 362 | 252 | 63 | 0 | 36 | 5 | 221 | 123 | 107 |
| Binary | 1110111 | 11110010 | 10101010 | 110011 | 0 | 11110 | 101 | 10010001 | 1010011 | 1000111 |
Color Harmonies of #77F2AA
Complementary color
Monochromatic Colors of #77F2AA
Black with #77F2AA
Text Example
Text Example
White with #77F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F2AA; }
p { color: rgb(119,242,170); }
H1.HeaderClassName
{
color: #77F2AA;
}
.AnyTagClassName
{
color: #77F2AA;
}
</style>
background-color css
<style>
a { background-color: #77F2AA; }
a { background-color: rgb(119,242,170); }
div.DivClassName
{
background-color: #77F2AA;
}
.BgClassName
{
background-color: #77F2AA;
}
</style>
border-color css
<style>
span { border-color: #77F2AA; }
span { border-color: rgb(119,242,170); }
td.TdClassName
{
border-color: #77F2AA;
}
.TagClassName
{
border-color: #77F2AA;
}
</style>