Shades of Vista Blue #7CE8AB
Tints of Vista Blue #7CE8AB
RGB
CMYK
RGB Variations
Color information
#7CE8AB (or 0x7CE8AB) is known color: Vista Blue. HEX triplet: 7C, E8 and AB. RGB value is (124,232,171). Sum of RGB (Red+Green+Blue) = 124+232+171=527 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.53% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #7CE8AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CE8AB is #831754. Grayscale: #C0C0C0. Windows color (decimal): -8591189 or 11266172. OLE color: 11266172.
HSL color Cylindrical-coordinate representation of color #7CE8AB: hue angle of 146.11º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CE8AB is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 232 | 171 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.09 |
| HSL | 146.11º | 0.7% | 0.7% | - |
| HSV(B) | 146.11º | 0.47% | 0.91% | - |
| XYZ | 44.52 | 64.94 | 48.72 | - |
| YUV | 192.75 | 115.72 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 232 | 171 | 0.47 | 0 | 0.26 | 0.09 | 146.11 | 0.7 | 0.7 |
| Hex | 7C | E8 | AB | 2F | 0 | 1A | 9 | 92 | 46 | 46 |
| Octal | 174 | 350 | 253 | 57 | 0 | 32 | 11 | 222 | 106 | 106 |
| Binary | 1111100 | 11101000 | 10101011 | 101111 | 0 | 11010 | 1001 | 10010010 | 1000110 | 1000110 |
Color Harmonies of #7CE8AB
Complementary color
Monochromatic Colors of #7CE8AB
Black with #7CE8AB
Text Example
Text Example
White with #7CE8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE8AB; }
p { color: rgb(124,232,171); }
H1.HeaderClassName
{
color: #7CE8AB;
}
.AnyTagClassName
{
color: #7CE8AB;
}
</style>
background-color css
<style>
a { background-color: #7CE8AB; }
a { background-color: rgb(124,232,171); }
div.DivClassName
{
background-color: #7CE8AB;
}
.BgClassName
{
background-color: #7CE8AB;
}
</style>
border-color css
<style>
span { border-color: #7CE8AB; }
span { border-color: rgb(124,232,171); }
td.TdClassName
{
border-color: #7CE8AB;
}
.TagClassName
{
border-color: #7CE8AB;
}
</style>