Shades of Vista Blue #78EBA3
Tints of Vista Blue #78EBA3
RGB
CMYK
RGB Variations
Color information
#78EBA3 (or 0x78EBA3) is known color: Vista Blue. HEX triplet: 78, EB and A3. RGB value is (120,235,163). Sum of RGB (Red+Green+Blue) = 120+235+163=518 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.17% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #78EBA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78EBA3 is #87145C. Grayscale: #C0C0C0. Windows color (decimal): -8852573 or 10742648. OLE color: 10742648.
HSL color Cylindrical-coordinate representation of color #78EBA3: hue angle of 142.43º 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 #78EBA3 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 235 | 163 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.08 |
| HSL | 142.43º | 0.74% | 0.7% | - |
| HSV(B) | 142.43º | 0.49% | 0.92% | - |
| XYZ | 44.06 | 66.05 | 45.08 | - |
| YUV | 192.41 | 111.4 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 235 | 163 | 0.49 | 0 | 0.31 | 0.08 | 142.43 | 0.74 | 0.7 |
| Hex | 78 | EB | A3 | 31 | 0 | 1F | 8 | 8E | 4A | 46 |
| Octal | 170 | 353 | 243 | 61 | 0 | 37 | 10 | 216 | 112 | 106 |
| Binary | 1111000 | 11101011 | 10100011 | 110001 | 0 | 11111 | 1000 | 10001110 | 1001010 | 1000110 |
Color Harmonies of #78EBA3
Complementary color
Monochromatic Colors of #78EBA3
Black with #78EBA3
Text Example
Text Example
White with #78EBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EBA3; }
p { color: rgb(120,235,163); }
H1.HeaderClassName
{
color: #78EBA3;
}
.AnyTagClassName
{
color: #78EBA3;
}
</style>
background-color css
<style>
a { background-color: #78EBA3; }
a { background-color: rgb(120,235,163); }
div.DivClassName
{
background-color: #78EBA3;
}
.BgClassName
{
background-color: #78EBA3;
}
</style>
border-color css
<style>
span { border-color: #78EBA3; }
span { border-color: rgb(120,235,163); }
td.TdClassName
{
border-color: #78EBA3;
}
.TagClassName
{
border-color: #78EBA3;
}
</style>