Shades of Vista Blue #7CEBAA
Tints of Vista Blue #7CEBAA
RGB
CMYK
RGB Variations
Color information
#7CEBAA (or 0x7CEBAA) is known color: Vista Blue. HEX triplet: 7C, EB and AA. RGB value is (124,235,170). Sum of RGB (Red+Green+Blue) = 124+235+170=529 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.44% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #7CEBAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CEBAA is #831455. Grayscale: #C2C2C2. Windows color (decimal): -8590422 or 11201404. OLE color: 11201404.
HSL color Cylindrical-coordinate representation of color #7CEBAA: hue angle of 144.86º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CEBAA is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 235 | 170 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.08 |
| HSL | 144.86º | 0.74% | 0.7% | - |
| HSV(B) | 144.86º | 0.47% | 0.92% | - |
| XYZ | 45.28 | 66.6 | 48.5 | - |
| YUV | 194.4 | 114.23 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 235 | 170 | 0.47 | 0 | 0.28 | 0.08 | 144.86 | 0.74 | 0.7 |
| Hex | 7C | EB | AA | 2F | 0 | 1C | 8 | 91 | 4A | 46 |
| Octal | 174 | 353 | 252 | 57 | 0 | 34 | 10 | 221 | 112 | 106 |
| Binary | 1111100 | 11101011 | 10101010 | 101111 | 0 | 11100 | 1000 | 10010001 | 1001010 | 1000110 |
Color Harmonies of #7CEBAA
Complementary color
Monochromatic Colors of #7CEBAA
Black with #7CEBAA
Text Example
Text Example
White with #7CEBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEBAA; }
p { color: rgb(124,235,170); }
H1.HeaderClassName
{
color: #7CEBAA;
}
.AnyTagClassName
{
color: #7CEBAA;
}
</style>
background-color css
<style>
a { background-color: #7CEBAA; }
a { background-color: rgb(124,235,170); }
div.DivClassName
{
background-color: #7CEBAA;
}
.BgClassName
{
background-color: #7CEBAA;
}
</style>
border-color css
<style>
span { border-color: #7CEBAA; }
span { border-color: rgb(124,235,170); }
td.TdClassName
{
border-color: #7CEBAA;
}
.TagClassName
{
border-color: #7CEBAA;
}
</style>