Shades of Vista Blue #78E9A8
Tints of Vista Blue #78E9A8
RGB
CMYK
RGB Variations
Color information
#78E9A8 (or 0x78E9A8) is known color: Vista Blue. HEX triplet: 78, E9 and A8. RGB value is (120,233,168). Sum of RGB (Red+Green+Blue) = 120+233+168=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #78E9A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78E9A8 is #871657. Grayscale: #BFBFBF. Windows color (decimal): -8853080 or 11069816. OLE color: 11069816.
HSL color Cylindrical-coordinate representation of color #78E9A8: hue angle of 145.49º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E9A8 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 233 | 168 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.09 |
| HSL | 145.49º | 0.72% | 0.69% | - |
| HSV(B) | 145.49º | 0.48% | 0.91% | - |
| XYZ | 43.95 | 65.1 | 47.29 | - |
| YUV | 191.8 | 114.56 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 233 | 168 | 0.48 | 0 | 0.28 | 0.09 | 145.49 | 0.72 | 0.69 |
| Hex | 78 | E9 | A8 | 30 | 0 | 1C | 9 | 91 | 48 | 45 |
| Octal | 170 | 351 | 250 | 60 | 0 | 34 | 11 | 221 | 110 | 105 |
| Binary | 1111000 | 11101001 | 10101000 | 110000 | 0 | 11100 | 1001 | 10010001 | 1001000 | 1000101 |
Color Harmonies of #78E9A8
Complementary color
Monochromatic Colors of #78E9A8
Black with #78E9A8
Text Example
Text Example
White with #78E9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E9A8; }
p { color: rgb(120,233,168); }
H1.HeaderClassName
{
color: #78E9A8;
}
.AnyTagClassName
{
color: #78E9A8;
}
</style>
background-color css
<style>
a { background-color: #78E9A8; }
a { background-color: rgb(120,233,168); }
div.DivClassName
{
background-color: #78E9A8;
}
.BgClassName
{
background-color: #78E9A8;
}
</style>
border-color css
<style>
span { border-color: #78E9A8; }
span { border-color: rgb(120,233,168); }
td.TdClassName
{
border-color: #78E9A8;
}
.TagClassName
{
border-color: #78E9A8;
}
</style>