Shades of Monte Carlo #7DC9BD
Tints of Monte Carlo #7DC9BD
RGB
CMYK
RGB Variations
Color information
#7DC9BD (or 0x7DC9BD) is known color: Monte Carlo. HEX triplet: 7D, C9 and BD. RGB value is (125,201,189). Sum of RGB (Red+Green+Blue) = 125+201+189=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC9BD is #823642. Grayscale: #B0B0B0. Windows color (decimal): -8533571 or 12437885. OLE color: 12437885.
HSL color Cylindrical-coordinate representation of color #7DC9BD: hue angle of 170.53º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC9BD is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 189 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.21 |
| HSL | 170.53º | 0.41% | 0.64% | - |
| HSV(B) | 170.53º | 0.38% | 0.79% | - |
| XYZ | 38.53 | 49.81 | 55.73 | - |
| YUV | 176.91 | 134.82 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 189 | 0.38 | 0 | 0.06 | 0.21 | 170.53 | 0.41 | 0.64 |
| Hex | 7D | C9 | BD | 26 | 0 | 6 | 15 | AB | 29 | 40 |
| Octal | 175 | 311 | 275 | 46 | 0 | 6 | 25 | 253 | 51 | 100 |
| Binary | 1111101 | 11001001 | 10111101 | 100110 | 0 | 110 | 10101 | 10101011 | 101001 | 1000000 |
Color Harmonies of #7DC9BD
Complementary color
Monochromatic Colors of #7DC9BD
Black with #7DC9BD
Text Example
Text Example
White with #7DC9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC9BD; }
p { color: rgb(125,201,189); }
H1.HeaderClassName
{
color: #7DC9BD;
}
.AnyTagClassName
{
color: #7DC9BD;
}
</style>
background-color css
<style>
a { background-color: #7DC9BD; }
a { background-color: rgb(125,201,189); }
div.DivClassName
{
background-color: #7DC9BD;
}
.BgClassName
{
background-color: #7DC9BD;
}
</style>
border-color css
<style>
span { border-color: #7DC9BD; }
span { border-color: rgb(125,201,189); }
td.TdClassName
{
border-color: #7DC9BD;
}
.TagClassName
{
border-color: #7DC9BD;
}
</style>