Shades of Monte Carlo #7DBCAA
Tints of Monte Carlo #7DBCAA
RGB
CMYK
RGB Variations
Color information
#7DBCAA (or 0x7DBCAA) is known color: Monte Carlo. HEX triplet: 7D, BC and AA. RGB value is (125,188,170). Sum of RGB (Red+Green+Blue) = 125+188+170=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBCAA is #824355. Grayscale: #A7A7A7. Windows color (decimal): -8536918 or 11189373. OLE color: 11189373.
HSL color Cylindrical-coordinate representation of color #7DBCAA: hue angle of 162.86º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBCAA is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 170 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.26 |
| HSL | 162.86º | 0.32% | 0.61% | - |
| HSV(B) | 162.86º | 0.34% | 0.74% | - |
| XYZ | 33.7 | 43.23 | 44.6 | - |
| YUV | 167.11 | 129.63 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 170 | 0.34 | 0 | 0.10 | 0.26 | 162.86 | 0.32 | 0.61 |
| Hex | 7D | BC | AA | 22 | 0 | A | 1A | A3 | 20 | 3D |
| Octal | 175 | 274 | 252 | 42 | 0 | 12 | 32 | 243 | 40 | 75 |
| Binary | 1111101 | 10111100 | 10101010 | 100010 | 0 | 1010 | 11010 | 10100011 | 100000 | 111101 |
Color Harmonies of #7DBCAA
Complementary color
Monochromatic Colors of #7DBCAA
Black with #7DBCAA
Text Example
Text Example
White with #7DBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCAA; }
p { color: rgb(125,188,170); }
H1.HeaderClassName
{
color: #7DBCAA;
}
.AnyTagClassName
{
color: #7DBCAA;
}
</style>
background-color css
<style>
a { background-color: #7DBCAA; }
a { background-color: rgb(125,188,170); }
div.DivClassName
{
background-color: #7DBCAA;
}
.BgClassName
{
background-color: #7DBCAA;
}
</style>
border-color css
<style>
span { border-color: #7DBCAA; }
span { border-color: rgb(125,188,170); }
td.TdClassName
{
border-color: #7DBCAA;
}
.TagClassName
{
border-color: #7DBCAA;
}
</style>