Shades of Monte Carlo #7DC0AC
Tints of Monte Carlo #7DC0AC
RGB
CMYK
RGB Variations
Color information
#7DC0AC (or 0x7DC0AC) is known color: Monte Carlo. HEX triplet: 7D, C0 and AC. RGB value is (125,192,172). Sum of RGB (Red+Green+Blue) = 125+192+172=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC0AC is #823F53. Grayscale: #A9A9A9. Windows color (decimal): -8535892 or 11321469. OLE color: 11321469.
HSL color Cylindrical-coordinate representation of color #7DC0AC: hue angle of 162.09º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC0AC is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 172 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.25 |
| HSL | 162.09º | 0.35% | 0.62% | - |
| HSV(B) | 162.09º | 0.35% | 0.75% | - |
| XYZ | 34.75 | 45.04 | 45.89 | - |
| YUV | 169.69 | 129.3 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 172 | 0.35 | 0 | 0.10 | 0.25 | 162.09 | 0.35 | 0.62 |
| Hex | 7D | C0 | AC | 23 | 0 | A | 19 | A2 | 23 | 3E |
| Octal | 175 | 300 | 254 | 43 | 0 | 12 | 31 | 242 | 43 | 76 |
| Binary | 1111101 | 11000000 | 10101100 | 100011 | 0 | 1010 | 11001 | 10100010 | 100011 | 111110 |
Color Harmonies of #7DC0AC
Complementary color
Monochromatic Colors of #7DC0AC
Black with #7DC0AC
Text Example
Text Example
White with #7DC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC0AC; }
p { color: rgb(125,192,172); }
H1.HeaderClassName
{
color: #7DC0AC;
}
.AnyTagClassName
{
color: #7DC0AC;
}
</style>
background-color css
<style>
a { background-color: #7DC0AC; }
a { background-color: rgb(125,192,172); }
div.DivClassName
{
background-color: #7DC0AC;
}
.BgClassName
{
background-color: #7DC0AC;
}
</style>
border-color css
<style>
span { border-color: #7DC0AC; }
span { border-color: rgb(125,192,172); }
td.TdClassName
{
border-color: #7DC0AC;
}
.TagClassName
{
border-color: #7DC0AC;
}
</style>