Shades of Vista Blue #7CE6AB
Tints of Vista Blue #7CE6AB
RGB
CMYK
RGB Variations
Color information
#7CE6AB (or 0x7CE6AB) is known color: Vista Blue. HEX triplet: 7C, E6 and AB. RGB value is (124,230,171). Sum of RGB (Red+Green+Blue) = 124+230+171=525 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.62% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #7CE6AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CE6AB is #831954. Grayscale: #BFBFBF. Windows color (decimal): -8591701 or 11265660. OLE color: 11265660.
HSL color Cylindrical-coordinate representation of color #7CE6AB: hue angle of 146.6º 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 #7CE6AB is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 230 | 171 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.10 |
| HSL | 146.6º | 0.68% | 0.69% | - |
| HSV(B) | 146.6º | 0.46% | 0.9% | - |
| XYZ | 43.96 | 63.82 | 48.53 | - |
| YUV | 191.58 | 116.38 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 171 | 0.46 | 0 | 0.26 | 0.10 | 146.6 | 0.68 | 0.69 |
| Hex | 7C | E6 | AB | 2E | 0 | 1A | A | 93 | 44 | 45 |
| Octal | 174 | 346 | 253 | 56 | 0 | 32 | 12 | 223 | 104 | 105 |
| Binary | 1111100 | 11100110 | 10101011 | 101110 | 0 | 11010 | 1010 | 10010011 | 1000100 | 1000101 |
Color Harmonies of #7CE6AB
Complementary color
Monochromatic Colors of #7CE6AB
Black with #7CE6AB
Text Example
Text Example
White with #7CE6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE6AB; }
p { color: rgb(124,230,171); }
H1.HeaderClassName
{
color: #7CE6AB;
}
.AnyTagClassName
{
color: #7CE6AB;
}
</style>
background-color css
<style>
a { background-color: #7CE6AB; }
a { background-color: rgb(124,230,171); }
div.DivClassName
{
background-color: #7CE6AB;
}
.BgClassName
{
background-color: #7CE6AB;
}
</style>
border-color css
<style>
span { border-color: #7CE6AB; }
span { border-color: rgb(124,230,171); }
td.TdClassName
{
border-color: #7CE6AB;
}
.TagClassName
{
border-color: #7CE6AB;
}
</style>