Shades of Vista Blue #7FDDAA
Tints of Vista Blue #7FDDAA
RGB
CMYK
RGB Variations
Color information
#7FDDAA (or 0x7FDDAA) is known color: Vista Blue. HEX triplet: 7F, DD and AA. RGB value is (127,221,170). Sum of RGB (Red+Green+Blue) = 127+221+170=518 (68% of max value = 765). Red value is 127 (50% from 255 or 24.52% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDDAA is #802255. Grayscale: #BBBBBB. Windows color (decimal): -8397398 or 11197823. OLE color: 11197823.
HSL color Cylindrical-coordinate representation of color #7FDDAA: hue angle of 147.45º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDDAA is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 170 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.13 |
| HSL | 147.45º | 0.58% | 0.68% | - |
| HSV(B) | 147.45º | 0.43% | 0.87% | - |
| XYZ | 41.86 | 59.13 | 47.24 | - |
| YUV | 187.08 | 118.36 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 170 | 0.43 | 0 | 0.23 | 0.13 | 147.45 | 0.58 | 0.68 |
| Hex | 7F | DD | AA | 2B | 0 | 17 | D | 93 | 3A | 44 |
| Octal | 177 | 335 | 252 | 53 | 0 | 27 | 15 | 223 | 72 | 104 |
| Binary | 1111111 | 11011101 | 10101010 | 101011 | 0 | 10111 | 1101 | 10010011 | 111010 | 1000100 |
Color Harmonies of #7FDDAA
Complementary color
Monochromatic Colors of #7FDDAA
Black with #7FDDAA
Text Example
Text Example
White with #7FDDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDDAA; }
p { color: rgb(127,221,170); }
H1.HeaderClassName
{
color: #7FDDAA;
}
.AnyTagClassName
{
color: #7FDDAA;
}
</style>
background-color css
<style>
a { background-color: #7FDDAA; }
a { background-color: rgb(127,221,170); }
div.DivClassName
{
background-color: #7FDDAA;
}
.BgClassName
{
background-color: #7FDDAA;
}
</style>
border-color css
<style>
span { border-color: #7FDDAA; }
span { border-color: rgb(127,221,170); }
td.TdClassName
{
border-color: #7FDDAA;
}
.TagClassName
{
border-color: #7FDDAA;
}
</style>