Shades of Vista Blue #7CE09E
Tints of Vista Blue #7CE09E
RGB
CMYK
RGB Variations
Color information
#7CE09E (or 0x7CE09E) is known color: Vista Blue. HEX triplet: 7C, E0 and 9E. RGB value is (124,224,158). Sum of RGB (Red+Green+Blue) = 124+224+158=506 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.51% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE09E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CE09E is #831F61. Grayscale: #BABABA. Windows color (decimal): -8593250 or 10412156. OLE color: 10412156.
HSL color Cylindrical-coordinate representation of color #7CE09E: hue angle of 140.4º degrees, saturation: 0.62, 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 #7CE09E is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 224 | 158 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.12 |
| HSL | 140.4º | 0.62% | 0.68% | - |
| HSV(B) | 140.4º | 0.45% | 0.88% | - |
| XYZ | 41.14 | 60.07 | 41.77 | - |
| YUV | 186.58 | 111.87 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 158 | 0.45 | 0 | 0.29 | 0.12 | 140.4 | 0.62 | 0.68 |
| Hex | 7C | E0 | 9E | 2D | 0 | 1D | C | 8C | 3E | 44 |
| Octal | 174 | 340 | 236 | 55 | 0 | 35 | 14 | 214 | 76 | 104 |
| Binary | 1111100 | 11100000 | 10011110 | 101101 | 0 | 11101 | 1100 | 10001100 | 111110 | 1000100 |
Color Harmonies of #7CE09E
Complementary color
Monochromatic Colors of #7CE09E
Black with #7CE09E
Text Example
Text Example
White with #7CE09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE09E; }
p { color: rgb(124,224,158); }
H1.HeaderClassName
{
color: #7CE09E;
}
.AnyTagClassName
{
color: #7CE09E;
}
</style>
background-color css
<style>
a { background-color: #7CE09E; }
a { background-color: rgb(124,224,158); }
div.DivClassName
{
background-color: #7CE09E;
}
.BgClassName
{
background-color: #7CE09E;
}
</style>
border-color css
<style>
span { border-color: #7CE09E; }
span { border-color: rgb(124,224,158); }
td.TdClassName
{
border-color: #7CE09E;
}
.TagClassName
{
border-color: #7CE09E;
}
</style>