Shades of Vista Blue #7BDC9F
Tints of Vista Blue #7BDC9F
RGB
CMYK
RGB Variations
Color information
#7BDC9F (or 0x7BDC9F) is known color: Vista Blue. HEX triplet: 7B, DC and 9F. RGB value is (123,220,159). Sum of RGB (Red+Green+Blue) = 123+220+159=502 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.50% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDC9F is #842360. Grayscale: #B8B8B8. Windows color (decimal): -8659809 or 10476667. OLE color: 10476667.
HSL color Cylindrical-coordinate representation of color #7BDC9F: hue angle of 142.27º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDC9F is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 220 | 159 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.14 |
| HSL | 142.27º | 0.58% | 0.67% | - |
| HSV(B) | 142.27º | 0.44% | 0.86% | - |
| XYZ | 40.02 | 57.9 | 41.87 | - |
| YUV | 184.04 | 113.86 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 159 | 0.44 | 0 | 0.28 | 0.14 | 142.27 | 0.58 | 0.67 |
| Hex | 7B | DC | 9F | 2C | 0 | 1C | E | 8E | 3A | 43 |
| Octal | 173 | 334 | 237 | 54 | 0 | 34 | 16 | 216 | 72 | 103 |
| Binary | 1111011 | 11011100 | 10011111 | 101100 | 0 | 11100 | 1110 | 10001110 | 111010 | 1000011 |
Color Harmonies of #7BDC9F
Complementary color
Monochromatic Colors of #7BDC9F
Black with #7BDC9F
Text Example
Text Example
White with #7BDC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDC9F; }
p { color: rgb(123,220,159); }
H1.HeaderClassName
{
color: #7BDC9F;
}
.AnyTagClassName
{
color: #7BDC9F;
}
</style>
background-color css
<style>
a { background-color: #7BDC9F; }
a { background-color: rgb(123,220,159); }
div.DivClassName
{
background-color: #7BDC9F;
}
.BgClassName
{
background-color: #7BDC9F;
}
</style>
border-color css
<style>
span { border-color: #7BDC9F; }
span { border-color: rgb(123,220,159); }
td.TdClassName
{
border-color: #7BDC9F;
}
.TagClassName
{
border-color: #7BDC9F;
}
</style>