Shades of Monte Carlo #7DC0A4
Tints of Monte Carlo #7DC0A4
RGB
CMYK
RGB Variations
Color information
#7DC0A4 (or 0x7DC0A4) is known color: Monte Carlo. HEX triplet: 7D, C0 and A4. RGB value is (125,192,164). Sum of RGB (Red+Green+Blue) = 125+192+164=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC0A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC0A4 is #823F5B. Grayscale: #A8A8A8. Windows color (decimal): -8535900 or 10797181. OLE color: 10797181.
HSL color Cylindrical-coordinate representation of color #7DC0A4: hue angle of 154.93º 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 #7DC0A4 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 164 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.25 |
| HSL | 154.93º | 0.35% | 0.62% | - |
| HSV(B) | 154.93º | 0.35% | 0.75% | - |
| XYZ | 34.01 | 44.74 | 41.97 | - |
| YUV | 168.78 | 125.3 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 164 | 0.35 | 0 | 0.15 | 0.25 | 154.93 | 0.35 | 0.62 |
| Hex | 7D | C0 | A4 | 23 | 0 | F | 19 | 9B | 23 | 3E |
| Octal | 175 | 300 | 244 | 43 | 0 | 17 | 31 | 233 | 43 | 76 |
| Binary | 1111101 | 11000000 | 10100100 | 100011 | 0 | 1111 | 11001 | 10011011 | 100011 | 111110 |
Color Harmonies of #7DC0A4
Complementary color
Monochromatic Colors of #7DC0A4
Black with #7DC0A4
Text Example
Text Example
White with #7DC0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC0A4; }
p { color: rgb(125,192,164); }
H1.HeaderClassName
{
color: #7DC0A4;
}
.AnyTagClassName
{
color: #7DC0A4;
}
</style>
background-color css
<style>
a { background-color: #7DC0A4; }
a { background-color: rgb(125,192,164); }
div.DivClassName
{
background-color: #7DC0A4;
}
.BgClassName
{
background-color: #7DC0A4;
}
</style>
border-color css
<style>
span { border-color: #7DC0A4; }
span { border-color: rgb(125,192,164); }
td.TdClassName
{
border-color: #7DC0A4;
}
.TagClassName
{
border-color: #7DC0A4;
}
</style>