Shades of Monte Carlo #7DC6AA
Tints of Monte Carlo #7DC6AA
RGB
CMYK
RGB Variations
Color information
#7DC6AA (or 0x7DC6AA) is known color: Monte Carlo. HEX triplet: 7D, C6 and AA. RGB value is (125,198,170). Sum of RGB (Red+Green+Blue) = 125+198+170=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC6AA is #823955. Grayscale: #ADADAD. Windows color (decimal): -8534358 or 11191933. OLE color: 11191933.
HSL color Cylindrical-coordinate representation of color #7DC6AA: hue angle of 156.99º 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 #7DC6AA is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 170 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.22 |
| HSL | 156.99º | 0.39% | 0.63% | - |
| HSV(B) | 156.99º | 0.37% | 0.78% | - |
| XYZ | 35.91 | 47.65 | 45.34 | - |
| YUV | 172.98 | 126.32 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 170 | 0.37 | 0 | 0.14 | 0.22 | 156.99 | 0.39 | 0.63 |
| Hex | 7D | C6 | AA | 25 | 0 | E | 16 | 9D | 27 | 3F |
| Octal | 175 | 306 | 252 | 45 | 0 | 16 | 26 | 235 | 47 | 77 |
| Binary | 1111101 | 11000110 | 10101010 | 100101 | 0 | 1110 | 10110 | 10011101 | 100111 | 111111 |
Color Harmonies of #7DC6AA
Complementary color
Monochromatic Colors of #7DC6AA
Black with #7DC6AA
Text Example
Text Example
White with #7DC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC6AA; }
p { color: rgb(125,198,170); }
H1.HeaderClassName
{
color: #7DC6AA;
}
.AnyTagClassName
{
color: #7DC6AA;
}
</style>
background-color css
<style>
a { background-color: #7DC6AA; }
a { background-color: rgb(125,198,170); }
div.DivClassName
{
background-color: #7DC6AA;
}
.BgClassName
{
background-color: #7DC6AA;
}
</style>
border-color css
<style>
span { border-color: #7DC6AA; }
span { border-color: rgb(125,198,170); }
td.TdClassName
{
border-color: #7DC6AA;
}
.TagClassName
{
border-color: #7DC6AA;
}
</style>