Shades of Monte Carlo #7DC0AF
Tints of Monte Carlo #7DC0AF
RGB
CMYK
RGB Variations
Color information
#7DC0AF (or 0x7DC0AF) is known color: Monte Carlo. HEX triplet: 7D, C0 and AF. RGB value is (125,192,175). Sum of RGB (Red+Green+Blue) = 125+192+175=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC0AF is #823F50. Grayscale: #AAAAAA. Windows color (decimal): -8535889 or 11518077. OLE color: 11518077.
HSL color Cylindrical-coordinate representation of color #7DC0AF: hue angle of 164.78º 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 #7DC0AF is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 175 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.25 |
| HSL | 164.78º | 0.35% | 0.62% | - |
| HSV(B) | 164.78º | 0.35% | 0.75% | - |
| XYZ | 35.04 | 45.15 | 47.43 | - |
| YUV | 170.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 175 | 0.35 | 0 | 0.09 | 0.25 | 164.78 | 0.35 | 0.62 |
| Hex | 7D | C0 | AF | 23 | 0 | 9 | 19 | A5 | 23 | 3E |
| Octal | 175 | 300 | 257 | 43 | 0 | 11 | 31 | 245 | 43 | 76 |
| Binary | 1111101 | 11000000 | 10101111 | 100011 | 0 | 1001 | 11001 | 10100101 | 100011 | 111110 |
Color Harmonies of #7DC0AF
Complementary color
Monochromatic Colors of #7DC0AF
Black with #7DC0AF
Text Example
Text Example
White with #7DC0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC0AF; }
p { color: rgb(125,192,175); }
H1.HeaderClassName
{
color: #7DC0AF;
}
.AnyTagClassName
{
color: #7DC0AF;
}
</style>
background-color css
<style>
a { background-color: #7DC0AF; }
a { background-color: rgb(125,192,175); }
div.DivClassName
{
background-color: #7DC0AF;
}
.BgClassName
{
background-color: #7DC0AF;
}
</style>
border-color css
<style>
span { border-color: #7DC0AF; }
span { border-color: rgb(125,192,175); }
td.TdClassName
{
border-color: #7DC0AF;
}
.TagClassName
{
border-color: #7DC0AF;
}
</style>