Shades of Vista Blue #7CDDAA
Tints of Vista Blue #7CDDAA
RGB
CMYK
RGB Variations
Color information
#7CDDAA (or 0x7CDDAA) is known color: Vista Blue. HEX triplet: 7C, DD and AA. RGB value is (124,221,170). Sum of RGB (Red+Green+Blue) = 124+221+170=515 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.08% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDDAA is #832255. Grayscale: #BABABA. Windows color (decimal): -8594006 or 11197820. OLE color: 11197820.
HSL color Cylindrical-coordinate representation of color #7CDDAA: hue angle of 148.45º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDDAA is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 170 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.13 |
| HSL | 148.45º | 0.59% | 0.68% | - |
| HSV(B) | 148.45º | 0.44% | 0.87% | - |
| XYZ | 41.42 | 58.9 | 47.22 | - |
| YUV | 186.18 | 118.86 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 170 | 0.44 | 0 | 0.23 | 0.13 | 148.45 | 0.59 | 0.68 |
| Hex | 7C | DD | AA | 2C | 0 | 17 | D | 94 | 3B | 44 |
| Octal | 174 | 335 | 252 | 54 | 0 | 27 | 15 | 224 | 73 | 104 |
| Binary | 1111100 | 11011101 | 10101010 | 101100 | 0 | 10111 | 1101 | 10010100 | 111011 | 1000100 |
Color Harmonies of #7CDDAA
Complementary color
Monochromatic Colors of #7CDDAA
Black with #7CDDAA
Text Example
Text Example
White with #7CDDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDDAA; }
p { color: rgb(124,221,170); }
H1.HeaderClassName
{
color: #7CDDAA;
}
.AnyTagClassName
{
color: #7CDDAA;
}
</style>
background-color css
<style>
a { background-color: #7CDDAA; }
a { background-color: rgb(124,221,170); }
div.DivClassName
{
background-color: #7CDDAA;
}
.BgClassName
{
background-color: #7CDDAA;
}
</style>
border-color css
<style>
span { border-color: #7CDDAA; }
span { border-color: rgb(124,221,170); }
td.TdClassName
{
border-color: #7CDDAA;
}
.TagClassName
{
border-color: #7CDDAA;
}
</style>