Shades of Vista Blue #7DDA9D
Tints of Vista Blue #7DDA9D
RGB
CMYK
RGB Variations
Color information
#7DDA9D (or 0x7DDA9D) is known color: Vista Blue. HEX triplet: 7D, DA and 9D. RGB value is (125,218,157). Sum of RGB (Red+Green+Blue) = 125+218+157=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDA9D is #822562. Grayscale: #B7B7B7. Windows color (decimal): -8529251 or 10345085. OLE color: 10345085.
HSL color Cylindrical-coordinate representation of color #7DDA9D: hue angle of 140.65º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDA9D is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 157 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.15 |
| HSL | 140.65º | 0.56% | 0.67% | - |
| HSV(B) | 140.65º | 0.43% | 0.85% | - |
| XYZ | 39.61 | 56.94 | 40.8 | - |
| YUV | 183.24 | 113.19 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 157 | 0.43 | 0 | 0.28 | 0.15 | 140.65 | 0.56 | 0.67 |
| Hex | 7D | DA | 9D | 2B | 0 | 1C | F | 8D | 38 | 43 |
| Octal | 175 | 332 | 235 | 53 | 0 | 34 | 17 | 215 | 70 | 103 |
| Binary | 1111101 | 11011010 | 10011101 | 101011 | 0 | 11100 | 1111 | 10001101 | 111000 | 1000011 |
Color Harmonies of #7DDA9D
Complementary color
Monochromatic Colors of #7DDA9D
Black with #7DDA9D
Text Example
Text Example
White with #7DDA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA9D; }
p { color: rgb(125,218,157); }
H1.HeaderClassName
{
color: #7DDA9D;
}
.AnyTagClassName
{
color: #7DDA9D;
}
</style>
background-color css
<style>
a { background-color: #7DDA9D; }
a { background-color: rgb(125,218,157); }
div.DivClassName
{
background-color: #7DDA9D;
}
.BgClassName
{
background-color: #7DDA9D;
}
</style>
border-color css
<style>
span { border-color: #7DDA9D; }
span { border-color: rgb(125,218,157); }
td.TdClassName
{
border-color: #7DDA9D;
}
.TagClassName
{
border-color: #7DDA9D;
}
</style>