Shades of Vista Blue #7CE0AC
Tints of Vista Blue #7CE0AC
RGB
CMYK
RGB Variations
Color information
#7CE0AC (or 0x7CE0AC) is known color: Vista Blue. HEX triplet: 7C, E0 and AC. RGB value is (124,224,172). Sum of RGB (Red+Green+Blue) = 124+224+172=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CE0AC is #831F53. Grayscale: #BCBCBC. Windows color (decimal): -8593236 or 11329660. OLE color: 11329660.
HSL color Cylindrical-coordinate representation of color #7CE0AC: hue angle of 148.8º 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 #7CE0AC is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 224 | 172 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.12 |
| HSL | 148.8º | 0.62% | 0.68% | - |
| HSV(B) | 148.8º | 0.45% | 0.88% | - |
| XYZ | 42.41 | 60.57 | 48.49 | - |
| YUV | 188.17 | 118.87 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 172 | 0.45 | 0 | 0.23 | 0.12 | 148.8 | 0.62 | 0.68 |
| Hex | 7C | E0 | AC | 2D | 0 | 17 | C | 95 | 3E | 44 |
| Octal | 174 | 340 | 254 | 55 | 0 | 27 | 14 | 225 | 76 | 104 |
| Binary | 1111100 | 11100000 | 10101100 | 101101 | 0 | 10111 | 1100 | 10010101 | 111110 | 1000100 |
Color Harmonies of #7CE0AC
Complementary color
Monochromatic Colors of #7CE0AC
Black with #7CE0AC
Text Example
Text Example
White with #7CE0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE0AC; }
p { color: rgb(124,224,172); }
H1.HeaderClassName
{
color: #7CE0AC;
}
.AnyTagClassName
{
color: #7CE0AC;
}
</style>
background-color css
<style>
a { background-color: #7CE0AC; }
a { background-color: rgb(124,224,172); }
div.DivClassName
{
background-color: #7CE0AC;
}
.BgClassName
{
background-color: #7CE0AC;
}
</style>
border-color css
<style>
span { border-color: #7CE0AC; }
span { border-color: rgb(124,224,172); }
td.TdClassName
{
border-color: #7CE0AC;
}
.TagClassName
{
border-color: #7CE0AC;
}
</style>