Shades of Vista Blue #7CE19F
Tints of Vista Blue #7CE19F
RGB
CMYK
RGB Variations
Color information
#7CE19F (or 0x7CE19F) is known color: Vista Blue. HEX triplet: 7C, E1 and 9F. RGB value is (124,225,159). Sum of RGB (Red+Green+Blue) = 124+225+159=508 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.41% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #7CE19F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CE19F is #831E60. Grayscale: #BBBBBB. Windows color (decimal): -8592993 or 10477948. OLE color: 10477948.
HSL color Cylindrical-coordinate representation of color #7CE19F: hue angle of 140.79º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CE19F is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 225 | 159 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.12 |
| HSL | 140.79º | 0.63% | 0.68% | - |
| HSV(B) | 140.79º | 0.45% | 0.88% | - |
| XYZ | 41.5 | 60.64 | 42.32 | - |
| YUV | 187.28 | 112.04 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 225 | 159 | 0.45 | 0 | 0.29 | 0.12 | 140.79 | 0.63 | 0.68 |
| Hex | 7C | E1 | 9F | 2D | 0 | 1D | C | 8D | 3F | 44 |
| Octal | 174 | 341 | 237 | 55 | 0 | 35 | 14 | 215 | 77 | 104 |
| Binary | 1111100 | 11100001 | 10011111 | 101101 | 0 | 11101 | 1100 | 10001101 | 111111 | 1000100 |
Color Harmonies of #7CE19F
Complementary color
Monochromatic Colors of #7CE19F
Black with #7CE19F
Text Example
Text Example
White with #7CE19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE19F; }
p { color: rgb(124,225,159); }
H1.HeaderClassName
{
color: #7CE19F;
}
.AnyTagClassName
{
color: #7CE19F;
}
</style>
background-color css
<style>
a { background-color: #7CE19F; }
a { background-color: rgb(124,225,159); }
div.DivClassName
{
background-color: #7CE19F;
}
.BgClassName
{
background-color: #7CE19F;
}
</style>
border-color css
<style>
span { border-color: #7CE19F; }
span { border-color: rgb(124,225,159); }
td.TdClassName
{
border-color: #7CE19F;
}
.TagClassName
{
border-color: #7CE19F;
}
</style>