Shades of Vista Blue #7BDDA0
Tints of Vista Blue #7BDDA0
RGB
CMYK
RGB Variations
Color information
#7BDDA0 (or 0x7BDDA0) is known color: Vista Blue. HEX triplet: 7B, DD and A0. RGB value is (123,221,160). Sum of RGB (Red+Green+Blue) = 123+221+160=504 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.40% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDDA0 is #84225F. Grayscale: #B8B8B8. Windows color (decimal): -8659552 or 10542459. OLE color: 10542459.
HSL color Cylindrical-coordinate representation of color #7BDDA0: hue angle of 142.65º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDDA0 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 160 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.13 |
| HSL | 142.65º | 0.59% | 0.67% | - |
| HSV(B) | 142.65º | 0.44% | 0.87% | - |
| XYZ | 40.37 | 58.46 | 42.41 | - |
| YUV | 184.74 | 114.03 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 160 | 0.44 | 0 | 0.28 | 0.13 | 142.65 | 0.59 | 0.67 |
| Hex | 7B | DD | A0 | 2C | 0 | 1C | D | 8F | 3B | 43 |
| Octal | 173 | 335 | 240 | 54 | 0 | 34 | 15 | 217 | 73 | 103 |
| Binary | 1111011 | 11011101 | 10100000 | 101100 | 0 | 11100 | 1101 | 10001111 | 111011 | 1000011 |
Color Harmonies of #7BDDA0
Complementary color
Monochromatic Colors of #7BDDA0
Black with #7BDDA0
Text Example
Text Example
White with #7BDDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDDA0; }
p { color: rgb(123,221,160); }
H1.HeaderClassName
{
color: #7BDDA0;
}
.AnyTagClassName
{
color: #7BDDA0;
}
</style>
background-color css
<style>
a { background-color: #7BDDA0; }
a { background-color: rgb(123,221,160); }
div.DivClassName
{
background-color: #7BDDA0;
}
.BgClassName
{
background-color: #7BDDA0;
}
</style>
border-color css
<style>
span { border-color: #7BDDA0; }
span { border-color: rgb(123,221,160); }
td.TdClassName
{
border-color: #7BDDA0;
}
.TagClassName
{
border-color: #7BDDA0;
}
</style>