Shades of Vista Blue #7CE6A2
Tints of Vista Blue #7CE6A2
RGB
CMYK
RGB Variations
Color information
#7CE6A2 (or 0x7CE6A2) is known color: Vista Blue. HEX triplet: 7C, E6 and A2. RGB value is (124,230,162). Sum of RGB (Red+Green+Blue) = 124+230+162=516 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.03% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #7CE6A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CE6A2 is #83195D. Grayscale: #BEBEBE. Windows color (decimal): -8591710 or 10675836. OLE color: 10675836.
HSL color Cylindrical-coordinate representation of color #7CE6A2: hue angle of 141.51º 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 #7CE6A2 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 230 | 162 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.10 |
| HSL | 141.51º | 0.68% | 0.69% | - |
| HSV(B) | 141.51º | 0.46% | 0.9% | - |
| XYZ | 43.13 | 63.49 | 44.16 | - |
| YUV | 190.55 | 111.88 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 162 | 0.46 | 0 | 0.30 | 0.10 | 141.51 | 0.68 | 0.69 |
| Hex | 7C | E6 | A2 | 2E | 0 | 1E | A | 8E | 44 | 45 |
| Octal | 174 | 346 | 242 | 56 | 0 | 36 | 12 | 216 | 104 | 105 |
| Binary | 1111100 | 11100110 | 10100010 | 101110 | 0 | 11110 | 1010 | 10001110 | 1000100 | 1000101 |
Color Harmonies of #7CE6A2
Complementary color
Monochromatic Colors of #7CE6A2
Black with #7CE6A2
Text Example
Text Example
White with #7CE6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE6A2; }
p { color: rgb(124,230,162); }
H1.HeaderClassName
{
color: #7CE6A2;
}
.AnyTagClassName
{
color: #7CE6A2;
}
</style>
background-color css
<style>
a { background-color: #7CE6A2; }
a { background-color: rgb(124,230,162); }
div.DivClassName
{
background-color: #7CE6A2;
}
.BgClassName
{
background-color: #7CE6A2;
}
</style>
border-color css
<style>
span { border-color: #7CE6A2; }
span { border-color: rgb(124,230,162); }
td.TdClassName
{
border-color: #7CE6A2;
}
.TagClassName
{
border-color: #7CE6A2;
}
</style>