Shades of Vista Blue #7CEAA2
Tints of Vista Blue #7CEAA2
RGB
CMYK
RGB Variations
Color information
#7CEAA2 (or 0x7CEAA2) is known color: Vista Blue. HEX triplet: 7C, EA and A2. RGB value is (124,234,162). Sum of RGB (Red+Green+Blue) = 124+234+162=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #7CEAA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CEAA2 is #83155D. Grayscale: #C1C1C1. Windows color (decimal): -8590686 or 10676860. OLE color: 10676860.
HSL color Cylindrical-coordinate representation of color #7CEAA2: hue angle of 140.73º degrees, saturation: 0.72, 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 #7CEAA2 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 234 | 162 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.08 |
| HSL | 140.73º | 0.72% | 0.7% | - |
| HSV(B) | 140.73º | 0.47% | 0.92% | - |
| XYZ | 44.26 | 65.74 | 44.54 | - |
| YUV | 192.9 | 110.56 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 234 | 162 | 0.47 | 0 | 0.31 | 0.08 | 140.73 | 0.72 | 0.7 |
| Hex | 7C | EA | A2 | 2F | 0 | 1F | 8 | 8D | 48 | 46 |
| Octal | 174 | 352 | 242 | 57 | 0 | 37 | 10 | 215 | 110 | 106 |
| Binary | 1111100 | 11101010 | 10100010 | 101111 | 0 | 11111 | 1000 | 10001101 | 1001000 | 1000110 |
Color Harmonies of #7CEAA2
Complementary color
Monochromatic Colors of #7CEAA2
Black with #7CEAA2
Text Example
Text Example
White with #7CEAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEAA2; }
p { color: rgb(124,234,162); }
H1.HeaderClassName
{
color: #7CEAA2;
}
.AnyTagClassName
{
color: #7CEAA2;
}
</style>
background-color css
<style>
a { background-color: #7CEAA2; }
a { background-color: rgb(124,234,162); }
div.DivClassName
{
background-color: #7CEAA2;
}
.BgClassName
{
background-color: #7CEAA2;
}
</style>
border-color css
<style>
span { border-color: #7CEAA2; }
span { border-color: rgb(124,234,162); }
td.TdClassName
{
border-color: #7CEAA2;
}
.TagClassName
{
border-color: #7CEAA2;
}
</style>