Shades of Vista Blue #78EBA7
Tints of Vista Blue #78EBA7
RGB
CMYK
RGB Variations
Color information
#78EBA7 (or 0x78EBA7) is known color: Vista Blue. HEX triplet: 78, EB and A7. RGB value is (120,235,167). Sum of RGB (Red+Green+Blue) = 120+235+167=522 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.99% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #78EBA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78EBA7 is #871458. Grayscale: #C1C1C1. Windows color (decimal): -8852569 or 11004792. OLE color: 11004792.
HSL color Cylindrical-coordinate representation of color #78EBA7: hue angle of 144.52º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EBA7 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 235 | 167 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.08 |
| HSL | 144.52º | 0.74% | 0.7% | - |
| HSV(B) | 144.52º | 0.49% | 0.92% | - |
| XYZ | 44.43 | 66.2 | 47 | - |
| YUV | 192.86 | 113.4 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 235 | 167 | 0.49 | 0 | 0.29 | 0.08 | 144.52 | 0.74 | 0.7 |
| Hex | 78 | EB | A7 | 31 | 0 | 1D | 8 | 91 | 4A | 46 |
| Octal | 170 | 353 | 247 | 61 | 0 | 35 | 10 | 221 | 112 | 106 |
| Binary | 1111000 | 11101011 | 10100111 | 110001 | 0 | 11101 | 1000 | 10010001 | 1001010 | 1000110 |
Color Harmonies of #78EBA7
Complementary color
Monochromatic Colors of #78EBA7
Black with #78EBA7
Text Example
Text Example
White with #78EBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EBA7; }
p { color: rgb(120,235,167); }
H1.HeaderClassName
{
color: #78EBA7;
}
.AnyTagClassName
{
color: #78EBA7;
}
</style>
background-color css
<style>
a { background-color: #78EBA7; }
a { background-color: rgb(120,235,167); }
div.DivClassName
{
background-color: #78EBA7;
}
.BgClassName
{
background-color: #78EBA7;
}
</style>
border-color css
<style>
span { border-color: #78EBA7; }
span { border-color: rgb(120,235,167); }
td.TdClassName
{
border-color: #78EBA7;
}
.TagClassName
{
border-color: #78EBA7;
}
</style>