Shades of Vista Blue #78EAA7
Tints of Vista Blue #78EAA7
RGB
CMYK
RGB Variations
Color information
#78EAA7 (or 0x78EAA7) is known color: Vista Blue. HEX triplet: 78, EA and A7. RGB value is (120,234,167). Sum of RGB (Red+Green+Blue) = 120+234+167=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #78EAA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78EAA7 is #871558. Grayscale: #C0C0C0. Windows color (decimal): -8852825 or 11004536. OLE color: 11004536.
HSL color Cylindrical-coordinate representation of color #78EAA7: hue angle of 144.74º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EAA7 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 234 | 167 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.08 |
| HSL | 144.74º | 0.73% | 0.69% | - |
| HSV(B) | 144.74º | 0.49% | 0.92% | - |
| XYZ | 44.14 | 65.63 | 46.9 | - |
| YUV | 192.28 | 113.73 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 234 | 167 | 0.49 | 0 | 0.29 | 0.08 | 144.74 | 0.73 | 0.69 |
| Hex | 78 | EA | A7 | 31 | 0 | 1D | 8 | 91 | 49 | 45 |
| Octal | 170 | 352 | 247 | 61 | 0 | 35 | 10 | 221 | 111 | 105 |
| Binary | 1111000 | 11101010 | 10100111 | 110001 | 0 | 11101 | 1000 | 10010001 | 1001001 | 1000101 |
Color Harmonies of #78EAA7
Complementary color
Monochromatic Colors of #78EAA7
Black with #78EAA7
Text Example
Text Example
White with #78EAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EAA7; }
p { color: rgb(120,234,167); }
H1.HeaderClassName
{
color: #78EAA7;
}
.AnyTagClassName
{
color: #78EAA7;
}
</style>
background-color css
<style>
a { background-color: #78EAA7; }
a { background-color: rgb(120,234,167); }
div.DivClassName
{
background-color: #78EAA7;
}
.BgClassName
{
background-color: #78EAA7;
}
</style>
border-color css
<style>
span { border-color: #78EAA7; }
span { border-color: rgb(120,234,167); }
td.TdClassName
{
border-color: #78EAA7;
}
.TagClassName
{
border-color: #78EAA7;
}
</style>