Shades of Monte Carlo #7DC0BD
Tints of Monte Carlo #7DC0BD
RGB
CMYK
RGB Variations
Color information
#7DC0BD (or 0x7DC0BD) is known color: Monte Carlo. HEX triplet: 7D, C0 and BD. RGB value is (125,192,189). Sum of RGB (Red+Green+Blue) = 125+192+189=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC0BD is #823F42. Grayscale: #ABABAB. Windows color (decimal): -8535875 or 12435581. OLE color: 12435581.
HSL color Cylindrical-coordinate representation of color #7DC0BD: hue angle of 177.31º 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 #7DC0BD is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 189 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.25 |
| HSL | 177.31º | 0.35% | 0.62% | - |
| HSV(B) | 177.31º | 0.35% | 0.75% | - |
| XYZ | 36.49 | 45.73 | 55.05 | - |
| YUV | 171.63 | 137.8 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 189 | 0.35 | 0 | 0.02 | 0.25 | 177.31 | 0.35 | 0.62 |
| Hex | 7D | C0 | BD | 23 | 0 | 2 | 19 | B1 | 23 | 3E |
| Octal | 175 | 300 | 275 | 43 | 0 | 2 | 31 | 261 | 43 | 76 |
| Binary | 1111101 | 11000000 | 10111101 | 100011 | 0 | 10 | 11001 | 10110001 | 100011 | 111110 |
Color Harmonies of #7DC0BD
Complementary color
Monochromatic Colors of #7DC0BD
Black with #7DC0BD
Text Example
Text Example
White with #7DC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC0BD; }
p { color: rgb(125,192,189); }
H1.HeaderClassName
{
color: #7DC0BD;
}
.AnyTagClassName
{
color: #7DC0BD;
}
</style>
background-color css
<style>
a { background-color: #7DC0BD; }
a { background-color: rgb(125,192,189); }
div.DivClassName
{
background-color: #7DC0BD;
}
.BgClassName
{
background-color: #7DC0BD;
}
</style>
border-color css
<style>
span { border-color: #7DC0BD; }
span { border-color: rgb(125,192,189); }
td.TdClassName
{
border-color: #7DC0BD;
}
.TagClassName
{
border-color: #7DC0BD;
}
</style>