Shades of Vista Blue #7CE6AA
Tints of Vista Blue #7CE6AA
RGB
CMYK
RGB Variations
Color information
#7CE6AA (or 0x7CE6AA) is known color: Vista Blue. HEX triplet: 7C, E6 and AA. RGB value is (124,230,170). Sum of RGB (Red+Green+Blue) = 124+230+170=524 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.66% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 230 - color contains mainly: green. Hex color #7CE6AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CE6AA is #831955. Grayscale: #BFBFBF. Windows color (decimal): -8591702 or 11200124. OLE color: 11200124.
HSL color Cylindrical-coordinate representation of color #7CE6AA: hue angle of 146.04º 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 #7CE6AA is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 230 | 170 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.10 |
| HSL | 146.04º | 0.68% | 0.69% | - |
| HSV(B) | 146.04º | 0.46% | 0.9% | - |
| XYZ | 43.86 | 63.78 | 48.03 | - |
| YUV | 191.47 | 115.88 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 170 | 0.46 | 0 | 0.26 | 0.10 | 146.04 | 0.68 | 0.69 |
| Hex | 7C | E6 | AA | 2E | 0 | 1A | A | 92 | 44 | 45 |
| Octal | 174 | 346 | 252 | 56 | 0 | 32 | 12 | 222 | 104 | 105 |
| Binary | 1111100 | 11100110 | 10101010 | 101110 | 0 | 11010 | 1010 | 10010010 | 1000100 | 1000101 |
Color Harmonies of #7CE6AA
Complementary color
Monochromatic Colors of #7CE6AA
Black with #7CE6AA
Text Example
Text Example
White with #7CE6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE6AA; }
p { color: rgb(124,230,170); }
H1.HeaderClassName
{
color: #7CE6AA;
}
.AnyTagClassName
{
color: #7CE6AA;
}
</style>
background-color css
<style>
a { background-color: #7CE6AA; }
a { background-color: rgb(124,230,170); }
div.DivClassName
{
background-color: #7CE6AA;
}
.BgClassName
{
background-color: #7CE6AA;
}
</style>
border-color css
<style>
span { border-color: #7CE6AA; }
span { border-color: rgb(124,230,170); }
td.TdClassName
{
border-color: #7CE6AA;
}
.TagClassName
{
border-color: #7CE6AA;
}
</style>