Shades of Vista Blue #7CE9AD
Tints of Vista Blue #7CE9AD
RGB
CMYK
RGB Variations
Color information
#7CE9AD (or 0x7CE9AD) is known color: Vista Blue. HEX triplet: 7C, E9 and AD. RGB value is (124,233,173). Sum of RGB (Red+Green+Blue) = 124+233+173=530 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.40% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #7CE9AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CE9AD is #831652. Grayscale: #C1C1C1. Windows color (decimal): -8590931 or 11397500. OLE color: 11397500.
HSL color Cylindrical-coordinate representation of color #7CE9AD: hue angle of 146.97º degrees, saturation: 0.71, 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 #7CE9AD is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 233 | 173 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.09 |
| HSL | 146.97º | 0.71% | 0.7% | - |
| HSV(B) | 146.97º | 0.47% | 0.91% | - |
| XYZ | 44.99 | 65.58 | 49.82 | - |
| YUV | 193.57 | 116.39 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 233 | 173 | 0.47 | 0 | 0.26 | 0.09 | 146.97 | 0.71 | 0.7 |
| Hex | 7C | E9 | AD | 2F | 0 | 1A | 9 | 93 | 47 | 46 |
| Octal | 174 | 351 | 255 | 57 | 0 | 32 | 11 | 223 | 107 | 106 |
| Binary | 1111100 | 11101001 | 10101101 | 101111 | 0 | 11010 | 1001 | 10010011 | 1000111 | 1000110 |
Color Harmonies of #7CE9AD
Complementary color
Monochromatic Colors of #7CE9AD
Black with #7CE9AD
Text Example
Text Example
White with #7CE9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE9AD; }
p { color: rgb(124,233,173); }
H1.HeaderClassName
{
color: #7CE9AD;
}
.AnyTagClassName
{
color: #7CE9AD;
}
</style>
background-color css
<style>
a { background-color: #7CE9AD; }
a { background-color: rgb(124,233,173); }
div.DivClassName
{
background-color: #7CE9AD;
}
.BgClassName
{
background-color: #7CE9AD;
}
</style>
border-color css
<style>
span { border-color: #7CE9AD; }
span { border-color: rgb(124,233,173); }
td.TdClassName
{
border-color: #7CE9AD;
}
.TagClassName
{
border-color: #7CE9AD;
}
</style>