Shades of Vista Blue #78EDA8
Tints of Vista Blue #78EDA8
RGB
CMYK
RGB Variations
Color information
#78EDA8 (or 0x78EDA8) is known color: Vista Blue. HEX triplet: 78, ED and A8. RGB value is (120,237,168). Sum of RGB (Red+Green+Blue) = 120+237+168=525 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.86% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #78EDA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78EDA8 is #871257. Grayscale: #C2C2C2. Windows color (decimal): -8852056 or 11070840. OLE color: 11070840.
HSL color Cylindrical-coordinate representation of color #78EDA8: hue angle of 144.62º degrees, saturation: 0.76, 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 #78EDA8 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 237 | 168 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.07 |
| HSL | 144.62º | 0.76% | 0.7% | - |
| HSV(B) | 144.62º | 0.49% | 0.93% | - |
| XYZ | 45.1 | 67.39 | 47.68 | - |
| YUV | 194.15 | 113.24 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 237 | 168 | 0.49 | 0 | 0.29 | 0.07 | 144.62 | 0.76 | 0.7 |
| Hex | 78 | ED | A8 | 31 | 0 | 1D | 7 | 91 | 4C | 46 |
| Octal | 170 | 355 | 250 | 61 | 0 | 35 | 7 | 221 | 114 | 106 |
| Binary | 1111000 | 11101101 | 10101000 | 110001 | 0 | 11101 | 111 | 10010001 | 1001100 | 1000110 |
Color Harmonies of #78EDA8
Complementary color
Monochromatic Colors of #78EDA8
Black with #78EDA8
Text Example
Text Example
White with #78EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EDA8; }
p { color: rgb(120,237,168); }
H1.HeaderClassName
{
color: #78EDA8;
}
.AnyTagClassName
{
color: #78EDA8;
}
</style>
background-color css
<style>
a { background-color: #78EDA8; }
a { background-color: rgb(120,237,168); }
div.DivClassName
{
background-color: #78EDA8;
}
.BgClassName
{
background-color: #78EDA8;
}
</style>
border-color css
<style>
span { border-color: #78EDA8; }
span { border-color: rgb(120,237,168); }
td.TdClassName
{
border-color: #78EDA8;
}
.TagClassName
{
border-color: #78EDA8;
}
</style>