Shades of Vista Blue #78F3A8
Tints of Vista Blue #78F3A8
RGB
CMYK
RGB Variations
Color information
#78F3A8 (or 0x78F3A8) is known color: Vista Blue. HEX triplet: 78, F3 and A8. RGB value is (120,243,168). Sum of RGB (Red+Green+Blue) = 120+243+168=531 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.60% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #78F3A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F3A8 is #870C57. Grayscale: #C5C5C5. Windows color (decimal): -8850520 or 11072376. OLE color: 11072376.
HSL color Cylindrical-coordinate representation of color #78F3A8: hue angle of 143.41º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78F3A8 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 243 | 168 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.05 |
| HSL | 143.41º | 0.84% | 0.71% | - |
| HSV(B) | 143.41º | 0.51% | 0.95% | - |
| XYZ | 46.86 | 70.92 | 48.26 | - |
| YUV | 197.67 | 111.25 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 243 | 168 | 0.51 | 0 | 0.31 | 0.05 | 143.41 | 0.84 | 0.71 |
| Hex | 78 | F3 | A8 | 33 | 0 | 1F | 5 | 8F | 54 | 47 |
| Octal | 170 | 363 | 250 | 63 | 0 | 37 | 5 | 217 | 124 | 107 |
| Binary | 1111000 | 11110011 | 10101000 | 110011 | 0 | 11111 | 101 | 10001111 | 1010100 | 1000111 |
Color Harmonies of #78F3A8
Complementary color
Monochromatic Colors of #78F3A8
Black with #78F3A8
Text Example
Text Example
White with #78F3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F3A8; }
p { color: rgb(120,243,168); }
H1.HeaderClassName
{
color: #78F3A8;
}
.AnyTagClassName
{
color: #78F3A8;
}
</style>
background-color css
<style>
a { background-color: #78F3A8; }
a { background-color: rgb(120,243,168); }
div.DivClassName
{
background-color: #78F3A8;
}
.BgClassName
{
background-color: #78F3A8;
}
</style>
border-color css
<style>
span { border-color: #78F3A8; }
span { border-color: rgb(120,243,168); }
td.TdClassName
{
border-color: #78F3A8;
}
.TagClassName
{
border-color: #78F3A8;
}
</style>