Shades of Monte Carlo #7DC6AF
Tints of Monte Carlo #7DC6AF
RGB
CMYK
RGB Variations
Color information
#7DC6AF (or 0x7DC6AF) is known color: Monte Carlo. HEX triplet: 7D, C6 and AF. RGB value is (125,198,175). Sum of RGB (Red+Green+Blue) = 125+198+175=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC6AF is #823950. Grayscale: #ADADAD. Windows color (decimal): -8534353 or 11519613. OLE color: 11519613.
HSL color Cylindrical-coordinate representation of color #7DC6AF: hue angle of 161.1º 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 #7DC6AF is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 175 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.22 |
| HSL | 161.1º | 0.39% | 0.63% | - |
| HSV(B) | 161.1º | 0.37% | 0.78% | - |
| XYZ | 36.39 | 47.84 | 47.87 | - |
| YUV | 173.55 | 128.82 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 175 | 0.37 | 0 | 0.12 | 0.22 | 161.1 | 0.39 | 0.63 |
| Hex | 7D | C6 | AF | 25 | 0 | C | 16 | A1 | 27 | 3F |
| Octal | 175 | 306 | 257 | 45 | 0 | 14 | 26 | 241 | 47 | 77 |
| Binary | 1111101 | 11000110 | 10101111 | 100101 | 0 | 1100 | 10110 | 10100001 | 100111 | 111111 |
Color Harmonies of #7DC6AF
Complementary color
Monochromatic Colors of #7DC6AF
Black with #7DC6AF
Text Example
Text Example
White with #7DC6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC6AF; }
p { color: rgb(125,198,175); }
H1.HeaderClassName
{
color: #7DC6AF;
}
.AnyTagClassName
{
color: #7DC6AF;
}
</style>
background-color css
<style>
a { background-color: #7DC6AF; }
a { background-color: rgb(125,198,175); }
div.DivClassName
{
background-color: #7DC6AF;
}
.BgClassName
{
background-color: #7DC6AF;
}
</style>
border-color css
<style>
span { border-color: #7DC6AF; }
span { border-color: rgb(125,198,175); }
td.TdClassName
{
border-color: #7DC6AF;
}
.TagClassName
{
border-color: #7DC6AF;
}
</style>