Shades of Vista Blue #7CE7AC
Tints of Vista Blue #7CE7AC
RGB
CMYK
RGB Variations
Color information
#7CE7AC (or 0x7CE7AC) is known color: Vista Blue. HEX triplet: 7C, E7 and AC. RGB value is (124,231,172). Sum of RGB (Red+Green+Blue) = 124+231+172=527 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.53% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 231 - color contains mainly: green. Hex color #7CE7AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CE7AC is #831853. Grayscale: #C0C0C0. Windows color (decimal): -8591444 or 11331452. OLE color: 11331452.
HSL color Cylindrical-coordinate representation of color #7CE7AC: hue angle of 146.92º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE7AC is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 231 | 172 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.09 |
| HSL | 146.92º | 0.69% | 0.7% | - |
| HSV(B) | 146.92º | 0.46% | 0.91% | - |
| XYZ | 44.33 | 64.42 | 49.13 | - |
| YUV | 192.28 | 116.55 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 231 | 172 | 0.46 | 0 | 0.26 | 0.09 | 146.92 | 0.69 | 0.7 |
| Hex | 7C | E7 | AC | 2E | 0 | 1A | 9 | 93 | 45 | 46 |
| Octal | 174 | 347 | 254 | 56 | 0 | 32 | 11 | 223 | 105 | 106 |
| Binary | 1111100 | 11100111 | 10101100 | 101110 | 0 | 11010 | 1001 | 10010011 | 1000101 | 1000110 |
Color Harmonies of #7CE7AC
Complementary color
Monochromatic Colors of #7CE7AC
Black with #7CE7AC
Text Example
Text Example
White with #7CE7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE7AC; }
p { color: rgb(124,231,172); }
H1.HeaderClassName
{
color: #7CE7AC;
}
.AnyTagClassName
{
color: #7CE7AC;
}
</style>
background-color css
<style>
a { background-color: #7CE7AC; }
a { background-color: rgb(124,231,172); }
div.DivClassName
{
background-color: #7CE7AC;
}
.BgClassName
{
background-color: #7CE7AC;
}
</style>
border-color css
<style>
span { border-color: #7CE7AC; }
span { border-color: rgb(124,231,172); }
td.TdClassName
{
border-color: #7CE7AC;
}
.TagClassName
{
border-color: #7CE7AC;
}
</style>