Shades of Vista Blue #7CE6AC
Tints of Vista Blue #7CE6AC
RGB
CMYK
RGB Variations
Color information
#7CE6AC (or 0x7CE6AC) is known color: Vista Blue. HEX triplet: 7C, E6 and AC. RGB value is (124,230,172). Sum of RGB (Red+Green+Blue) = 124+230+172=526 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.57% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #7CE6AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CE6AC is #831953. Grayscale: #BFBFBF. Windows color (decimal): -8591700 or 11331196. OLE color: 11331196.
HSL color Cylindrical-coordinate representation of color #7CE6AC: hue angle of 147.17º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE6AC is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 230 | 172 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.10 |
| HSL | 147.17º | 0.68% | 0.69% | - |
| HSV(B) | 147.17º | 0.46% | 0.9% | - |
| XYZ | 44.06 | 63.86 | 49.03 | - |
| YUV | 191.69 | 116.88 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 172 | 0.46 | 0 | 0.25 | 0.10 | 147.17 | 0.68 | 0.69 |
| Hex | 7C | E6 | AC | 2E | 0 | 19 | A | 93 | 44 | 45 |
| Octal | 174 | 346 | 254 | 56 | 0 | 31 | 12 | 223 | 104 | 105 |
| Binary | 1111100 | 11100110 | 10101100 | 101110 | 0 | 11001 | 1010 | 10010011 | 1000100 | 1000101 |
Color Harmonies of #7CE6AC
Complementary color
Monochromatic Colors of #7CE6AC
Black with #7CE6AC
Text Example
Text Example
White with #7CE6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE6AC; }
p { color: rgb(124,230,172); }
H1.HeaderClassName
{
color: #7CE6AC;
}
.AnyTagClassName
{
color: #7CE6AC;
}
</style>
background-color css
<style>
a { background-color: #7CE6AC; }
a { background-color: rgb(124,230,172); }
div.DivClassName
{
background-color: #7CE6AC;
}
.BgClassName
{
background-color: #7CE6AC;
}
</style>
border-color css
<style>
span { border-color: #7CE6AC; }
span { border-color: rgb(124,230,172); }
td.TdClassName
{
border-color: #7CE6AC;
}
.TagClassName
{
border-color: #7CE6AC;
}
</style>