Shades of Monte Carlo #7DC6A9
Tints of Monte Carlo #7DC6A9
RGB
CMYK
RGB Variations
Color information
#7DC6A9 (or 0x7DC6A9) is known color: Monte Carlo. HEX triplet: 7D, C6 and A9. RGB value is (125,198,169). Sum of RGB (Red+Green+Blue) = 125+198+169=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC6A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC6A9 is #823956. Grayscale: #ACACAC. Windows color (decimal): -8534359 or 11126397. OLE color: 11126397.
HSL color Cylindrical-coordinate representation of color #7DC6A9: hue angle of 156.16º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC6A9 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 169 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.22 |
| HSL | 156.16º | 0.39% | 0.63% | - |
| HSV(B) | 156.16º | 0.37% | 0.78% | - |
| XYZ | 35.81 | 47.61 | 44.84 | - |
| YUV | 172.87 | 125.82 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 169 | 0.37 | 0 | 0.15 | 0.22 | 156.16 | 0.39 | 0.63 |
| Hex | 7D | C6 | A9 | 25 | 0 | F | 16 | 9C | 27 | 3F |
| Octal | 175 | 306 | 251 | 45 | 0 | 17 | 26 | 234 | 47 | 77 |
| Binary | 1111101 | 11000110 | 10101001 | 100101 | 0 | 1111 | 10110 | 10011100 | 100111 | 111111 |
Color Harmonies of #7DC6A9
Complementary color
Monochromatic Colors of #7DC6A9
Black with #7DC6A9
Text Example
Text Example
White with #7DC6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC6A9; }
p { color: rgb(125,198,169); }
H1.HeaderClassName
{
color: #7DC6A9;
}
.AnyTagClassName
{
color: #7DC6A9;
}
</style>
background-color css
<style>
a { background-color: #7DC6A9; }
a { background-color: rgb(125,198,169); }
div.DivClassName
{
background-color: #7DC6A9;
}
.BgClassName
{
background-color: #7DC6A9;
}
</style>
border-color css
<style>
span { border-color: #7DC6A9; }
span { border-color: rgb(125,198,169); }
td.TdClassName
{
border-color: #7DC6A9;
}
.TagClassName
{
border-color: #7DC6A9;
}
</style>