Shades of Vista Blue #7DD7A0
Tints of Vista Blue #7DD7A0
RGB
CMYK
RGB Variations
Color information
#7DD7A0 (or 0x7DD7A0) is known color: Vista Blue. HEX triplet: 7D, D7 and A0. RGB value is (125,215,160). Sum of RGB (Red+Green+Blue) = 125+215+160=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD7A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD7A0 is #82285F. Grayscale: #B5B5B5. Windows color (decimal): -8530016 or 10540925. OLE color: 10540925.
HSL color Cylindrical-coordinate representation of color #7DD7A0: hue angle of 143.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD7A0 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 215 | 160 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.16 |
| HSL | 143.33º | 0.53% | 0.67% | - |
| HSV(B) | 143.33º | 0.42% | 0.84% | - |
| XYZ | 39.1 | 55.5 | 41.91 | - |
| YUV | 181.82 | 115.68 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 215 | 160 | 0.42 | 0 | 0.26 | 0.16 | 143.33 | 0.53 | 0.67 |
| Hex | 7D | D7 | A0 | 2A | 0 | 1A | 10 | 8F | 35 | 43 |
| Octal | 175 | 327 | 240 | 52 | 0 | 32 | 20 | 217 | 65 | 103 |
| Binary | 1111101 | 11010111 | 10100000 | 101010 | 0 | 11010 | 10000 | 10001111 | 110101 | 1000011 |
Color Harmonies of #7DD7A0
Complementary color
Monochromatic Colors of #7DD7A0
Black with #7DD7A0
Text Example
Text Example
White with #7DD7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD7A0; }
p { color: rgb(125,215,160); }
H1.HeaderClassName
{
color: #7DD7A0;
}
.AnyTagClassName
{
color: #7DD7A0;
}
</style>
background-color css
<style>
a { background-color: #7DD7A0; }
a { background-color: rgb(125,215,160); }
div.DivClassName
{
background-color: #7DD7A0;
}
.BgClassName
{
background-color: #7DD7A0;
}
</style>
border-color css
<style>
span { border-color: #7DD7A0; }
span { border-color: rgb(125,215,160); }
td.TdClassName
{
border-color: #7DD7A0;
}
.TagClassName
{
border-color: #7DD7A0;
}
</style>