Shades of Vista Blue #7ADC9C
Tints of Vista Blue #7ADC9C
RGB
CMYK
RGB Variations
Color information
#7ADC9C (or 0x7ADC9C) is known color: Vista Blue. HEX triplet: 7A, DC and 9C. RGB value is (122,220,156). Sum of RGB (Red+Green+Blue) = 122+220+156=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADC9C is #852363. Grayscale: #B7B7B7. Windows color (decimal): -8725348 or 10280058. OLE color: 10280058.
HSL color Cylindrical-coordinate representation of color #7ADC9C: hue angle of 140.82º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADC9C is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 156 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.14 |
| HSL | 140.82º | 0.58% | 0.67% | - |
| HSV(B) | 140.82º | 0.45% | 0.86% | - |
| XYZ | 39.62 | 57.72 | 40.51 | - |
| YUV | 183.4 | 112.53 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 156 | 0.45 | 0 | 0.29 | 0.14 | 140.82 | 0.58 | 0.67 |
| Hex | 7A | DC | 9C | 2D | 0 | 1D | E | 8D | 3A | 43 |
| Octal | 172 | 334 | 234 | 55 | 0 | 35 | 16 | 215 | 72 | 103 |
| Binary | 1111010 | 11011100 | 10011100 | 101101 | 0 | 11101 | 1110 | 10001101 | 111010 | 1000011 |
Color Harmonies of #7ADC9C
Complementary color
Monochromatic Colors of #7ADC9C
Black with #7ADC9C
Text Example
Text Example
White with #7ADC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC9C; }
p { color: rgb(122,220,156); }
H1.HeaderClassName
{
color: #7ADC9C;
}
.AnyTagClassName
{
color: #7ADC9C;
}
</style>
background-color css
<style>
a { background-color: #7ADC9C; }
a { background-color: rgb(122,220,156); }
div.DivClassName
{
background-color: #7ADC9C;
}
.BgClassName
{
background-color: #7ADC9C;
}
</style>
border-color css
<style>
span { border-color: #7ADC9C; }
span { border-color: rgb(122,220,156); }
td.TdClassName
{
border-color: #7ADC9C;
}
.TagClassName
{
border-color: #7ADC9C;
}
</style>