Shades of Vista Blue #76F7A9
Tints of Vista Blue #76F7A9
RGB
CMYK
RGB Variations
Color information
#76F7A9 (or 0x76F7A9) is known color: Vista Blue. HEX triplet: 76, F7 and A9. RGB value is (118,247,169). Sum of RGB (Red+Green+Blue) = 118+247+169=534 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.10% from 534); Green value is 247 (96.88% from 255 or 46.25% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 247 - color contains mainly: green. Hex color #76F7A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F7A9 is #890856. Grayscale: #C7C7C7. Windows color (decimal): -8980567 or 11138934. OLE color: 11138934.
HSL color Cylindrical-coordinate representation of color #76F7A9: hue angle of 143.72º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F7A9 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 247 | 169 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.03 |
| HSL | 143.72º | 0.89% | 0.72% | - |
| HSV(B) | 143.72º | 0.52% | 0.97% | - |
| XYZ | 47.89 | 73.24 | 49.15 | - |
| YUV | 199.54 | 110.76 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 247 | 169 | 0.52 | 0 | 0.32 | 0.03 | 143.72 | 0.89 | 0.72 |
| Hex | 76 | F7 | A9 | 34 | 0 | 20 | 3 | 90 | 59 | 48 |
| Octal | 166 | 367 | 251 | 64 | 0 | 40 | 3 | 220 | 131 | 110 |
| Binary | 1110110 | 11110111 | 10101001 | 110100 | 0 | 100000 | 11 | 10010000 | 1011001 | 1001000 |
Color Harmonies of #76F7A9
Complementary color
Monochromatic Colors of #76F7A9
Black with #76F7A9
Text Example
Text Example
White with #76F7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F7A9; }
p { color: rgb(118,247,169); }
H1.HeaderClassName
{
color: #76F7A9;
}
.AnyTagClassName
{
color: #76F7A9;
}
</style>
background-color css
<style>
a { background-color: #76F7A9; }
a { background-color: rgb(118,247,169); }
div.DivClassName
{
background-color: #76F7A9;
}
.BgClassName
{
background-color: #76F7A9;
}
</style>
border-color css
<style>
span { border-color: #76F7A9; }
span { border-color: rgb(118,247,169); }
td.TdClassName
{
border-color: #76F7A9;
}
.TagClassName
{
border-color: #76F7A9;
}
</style>