Shades of Monte Carlo #7DC0BA
Tints of Monte Carlo #7DC0BA
RGB
CMYK
RGB Variations
Color information
#7DC0BA (or 0x7DC0BA) is known color: Monte Carlo. HEX triplet: 7D, C0 and BA. RGB value is (125,192,186). Sum of RGB (Red+Green+Blue) = 125+192+186=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC0BA is #823F45. Grayscale: #ABABAB. Windows color (decimal): -8535878 or 12238973. OLE color: 12238973.
HSL color Cylindrical-coordinate representation of color #7DC0BA: hue angle of 174.63º 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 #7DC0BA is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 186 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.25 |
| HSL | 174.63º | 0.35% | 0.62% | - |
| HSV(B) | 174.63º | 0.35% | 0.75% | - |
| XYZ | 36.17 | 45.6 | 53.35 | - |
| YUV | 171.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 186 | 0.35 | 0 | 0.03 | 0.25 | 174.63 | 0.35 | 0.62 |
| Hex | 7D | C0 | BA | 23 | 0 | 3 | 19 | AF | 23 | 3E |
| Octal | 175 | 300 | 272 | 43 | 0 | 3 | 31 | 257 | 43 | 76 |
| Binary | 1111101 | 11000000 | 10111010 | 100011 | 0 | 11 | 11001 | 10101111 | 100011 | 111110 |
Color Harmonies of #7DC0BA
Complementary color
Monochromatic Colors of #7DC0BA
Black with #7DC0BA
Text Example
Text Example
White with #7DC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC0BA; }
p { color: rgb(125,192,186); }
H1.HeaderClassName
{
color: #7DC0BA;
}
.AnyTagClassName
{
color: #7DC0BA;
}
</style>
background-color css
<style>
a { background-color: #7DC0BA; }
a { background-color: rgb(125,192,186); }
div.DivClassName
{
background-color: #7DC0BA;
}
.BgClassName
{
background-color: #7DC0BA;
}
</style>
border-color css
<style>
span { border-color: #7DC0BA; }
span { border-color: rgb(125,192,186); }
td.TdClassName
{
border-color: #7DC0BA;
}
.TagClassName
{
border-color: #7DC0BA;
}
</style>