Shades of Vista Blue #78ECB0
Tints of Vista Blue #78ECB0
RGB
CMYK
RGB Variations
Color information
#78ECB0 (or 0x78ECB0) is known color: Vista Blue. HEX triplet: 78, EC and B0. RGB value is (120,236,176). Sum of RGB (Red+Green+Blue) = 120+236+176=532 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.56% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #78ECB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78ECB0 is #87134F. Grayscale: #C2C2C2. Windows color (decimal): -8852304 or 11594872. OLE color: 11594872.
HSL color Cylindrical-coordinate representation of color #78ECB0: hue angle of 148.97º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78ECB0 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 236 | 176 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.07 |
| HSL | 148.97º | 0.75% | 0.7% | - |
| HSV(B) | 148.97º | 0.49% | 0.93% | - |
| XYZ | 45.58 | 67.12 | 51.63 | - |
| YUV | 194.48 | 117.57 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 236 | 176 | 0.49 | 0 | 0.25 | 0.07 | 148.97 | 0.75 | 0.7 |
| Hex | 78 | EC | B0 | 31 | 0 | 19 | 7 | 95 | 4B | 46 |
| Octal | 170 | 354 | 260 | 61 | 0 | 31 | 7 | 225 | 113 | 106 |
| Binary | 1111000 | 11101100 | 10110000 | 110001 | 0 | 11001 | 111 | 10010101 | 1001011 | 1000110 |
Color Harmonies of #78ECB0
Complementary color
Monochromatic Colors of #78ECB0
Black with #78ECB0
Text Example
Text Example
White with #78ECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ECB0; }
p { color: rgb(120,236,176); }
H1.HeaderClassName
{
color: #78ECB0;
}
.AnyTagClassName
{
color: #78ECB0;
}
</style>
background-color css
<style>
a { background-color: #78ECB0; }
a { background-color: rgb(120,236,176); }
div.DivClassName
{
background-color: #78ECB0;
}
.BgClassName
{
background-color: #78ECB0;
}
</style>
border-color css
<style>
span { border-color: #78ECB0; }
span { border-color: rgb(120,236,176); }
td.TdClassName
{
border-color: #78ECB0;
}
.TagClassName
{
border-color: #78ECB0;
}
</style>