Shades of Vista Blue #7CE6AD
Tints of Vista Blue #7CE6AD
RGB
CMYK
RGB Variations
Color information
#7CE6AD (or 0x7CE6AD) is known color: Vista Blue. HEX triplet: 7C, E6 and AD. RGB value is (124,230,173). Sum of RGB (Red+Green+Blue) = 124+230+173=527 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.53% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #7CE6AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CE6AD is #831952. Grayscale: #BFBFBF. Windows color (decimal): -8591699 or 11396732. OLE color: 11396732.
HSL color Cylindrical-coordinate representation of color #7CE6AD: hue angle of 147.74º 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 #7CE6AD is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 230 | 173 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.10 |
| HSL | 147.74º | 0.68% | 0.69% | - |
| HSV(B) | 147.74º | 0.46% | 0.9% | - |
| XYZ | 44.15 | 63.9 | 49.54 | - |
| YUV | 191.81 | 117.38 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 173 | 0.46 | 0 | 0.25 | 0.10 | 147.74 | 0.68 | 0.69 |
| Hex | 7C | E6 | AD | 2E | 0 | 19 | A | 94 | 44 | 45 |
| Octal | 174 | 346 | 255 | 56 | 0 | 31 | 12 | 224 | 104 | 105 |
| Binary | 1111100 | 11100110 | 10101101 | 101110 | 0 | 11001 | 1010 | 10010100 | 1000100 | 1000101 |
Color Harmonies of #7CE6AD
Complementary color
Monochromatic Colors of #7CE6AD
Black with #7CE6AD
Text Example
Text Example
White with #7CE6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE6AD; }
p { color: rgb(124,230,173); }
H1.HeaderClassName
{
color: #7CE6AD;
}
.AnyTagClassName
{
color: #7CE6AD;
}
</style>
background-color css
<style>
a { background-color: #7CE6AD; }
a { background-color: rgb(124,230,173); }
div.DivClassName
{
background-color: #7CE6AD;
}
.BgClassName
{
background-color: #7CE6AD;
}
</style>
border-color css
<style>
span { border-color: #7CE6AD; }
span { border-color: rgb(124,230,173); }
td.TdClassName
{
border-color: #7CE6AD;
}
.TagClassName
{
border-color: #7CE6AD;
}
</style>