Shades of Vista Blue #7CE1A0
Tints of Vista Blue #7CE1A0
RGB
CMYK
RGB Variations
Color information
#7CE1A0 (or 0x7CE1A0) is known color: Vista Blue. HEX triplet: 7C, E1 and A0. RGB value is (124,225,160). Sum of RGB (Red+Green+Blue) = 124+225+160=509 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.36% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #7CE1A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CE1A0 is #831E5F. Grayscale: #BBBBBB. Windows color (decimal): -8592992 or 10543484. OLE color: 10543484.
HSL color Cylindrical-coordinate representation of color #7CE1A0: hue angle of 141.39º 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 #7CE1A0 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 225 | 160 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.12 |
| HSL | 141.39º | 0.63% | 0.68% | - |
| HSV(B) | 141.39º | 0.45% | 0.88% | - |
| XYZ | 41.58 | 60.67 | 42.78 | - |
| YUV | 187.39 | 112.54 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 225 | 160 | 0.45 | 0 | 0.29 | 0.12 | 141.39 | 0.63 | 0.68 |
| Hex | 7C | E1 | A0 | 2D | 0 | 1D | C | 8D | 3F | 44 |
| Octal | 174 | 341 | 240 | 55 | 0 | 35 | 14 | 215 | 77 | 104 |
| Binary | 1111100 | 11100001 | 10100000 | 101101 | 0 | 11101 | 1100 | 10001101 | 111111 | 1000100 |
Color Harmonies of #7CE1A0
Complementary color
Monochromatic Colors of #7CE1A0
Black with #7CE1A0
Text Example
Text Example
White with #7CE1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE1A0; }
p { color: rgb(124,225,160); }
H1.HeaderClassName
{
color: #7CE1A0;
}
.AnyTagClassName
{
color: #7CE1A0;
}
</style>
background-color css
<style>
a { background-color: #7CE1A0; }
a { background-color: rgb(124,225,160); }
div.DivClassName
{
background-color: #7CE1A0;
}
.BgClassName
{
background-color: #7CE1A0;
}
</style>
border-color css
<style>
span { border-color: #7CE1A0; }
span { border-color: rgb(124,225,160); }
td.TdClassName
{
border-color: #7CE1A0;
}
.TagClassName
{
border-color: #7CE1A0;
}
</style>