Shades of Vista Blue #78F2B0
Tints of Vista Blue #78F2B0
RGB
CMYK
RGB Variations
Color information
#78F2B0 (or 0x78F2B0) is known color: Vista Blue. HEX triplet: 78, F2 and B0. RGB value is (120,242,176). Sum of RGB (Red+Green+Blue) = 120+242+176=538 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.30% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #78F2B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F2B0 is #870D4F. Grayscale: #C6C6C6. Windows color (decimal): -8850768 or 11596408. OLE color: 11596408.
HSL color Cylindrical-coordinate representation of color #78F2B0: hue angle of 147.54º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F2B0 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 242 | 176 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.05 |
| HSL | 147.54º | 0.82% | 0.71% | - |
| HSV(B) | 147.54º | 0.5% | 0.95% | - |
| XYZ | 47.33 | 70.63 | 52.21 | - |
| YUV | 198 | 115.58 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 242 | 176 | 0.50 | 0 | 0.27 | 0.05 | 147.54 | 0.82 | 0.71 |
| Hex | 78 | F2 | B0 | 32 | 0 | 1B | 5 | 94 | 52 | 47 |
| Octal | 170 | 362 | 260 | 62 | 0 | 33 | 5 | 224 | 122 | 107 |
| Binary | 1111000 | 11110010 | 10110000 | 110010 | 0 | 11011 | 101 | 10010100 | 1010010 | 1000111 |
Color Harmonies of #78F2B0
Complementary color
Monochromatic Colors of #78F2B0
Black with #78F2B0
Text Example
Text Example
White with #78F2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F2B0; }
p { color: rgb(120,242,176); }
H1.HeaderClassName
{
color: #78F2B0;
}
.AnyTagClassName
{
color: #78F2B0;
}
</style>
background-color css
<style>
a { background-color: #78F2B0; }
a { background-color: rgb(120,242,176); }
div.DivClassName
{
background-color: #78F2B0;
}
.BgClassName
{
background-color: #78F2B0;
}
</style>
border-color css
<style>
span { border-color: #78F2B0; }
span { border-color: rgb(120,242,176); }
td.TdClassName
{
border-color: #78F2B0;
}
.TagClassName
{
border-color: #78F2B0;
}
</style>