Shades of Monte Carlo #7DBCAC
Tints of Monte Carlo #7DBCAC
RGB
CMYK
RGB Variations
Color information
#7DBCAC (or 0x7DBCAC) is known color: Monte Carlo. HEX triplet: 7D, BC and AC. RGB value is (125,188,172). Sum of RGB (Red+Green+Blue) = 125+188+172=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBCAC is #824353. Grayscale: #A7A7A7. Windows color (decimal): -8536916 or 11320445. OLE color: 11320445.
HSL color Cylindrical-coordinate representation of color #7DBCAC: hue angle of 164.76º 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 #7DBCAC is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 172 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.26 |
| HSL | 164.76º | 0.32% | 0.61% | - |
| HSV(B) | 164.76º | 0.34% | 0.74% | - |
| XYZ | 33.89 | 43.3 | 45.6 | - |
| YUV | 167.34 | 130.63 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 172 | 0.34 | 0 | 0.09 | 0.26 | 164.76 | 0.32 | 0.61 |
| Hex | 7D | BC | AC | 22 | 0 | 9 | 1A | A5 | 20 | 3D |
| Octal | 175 | 274 | 254 | 42 | 0 | 11 | 32 | 245 | 40 | 75 |
| Binary | 1111101 | 10111100 | 10101100 | 100010 | 0 | 1001 | 11010 | 10100101 | 100000 | 111101 |
Color Harmonies of #7DBCAC
Complementary color
Monochromatic Colors of #7DBCAC
Black with #7DBCAC
Text Example
Text Example
White with #7DBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCAC; }
p { color: rgb(125,188,172); }
H1.HeaderClassName
{
color: #7DBCAC;
}
.AnyTagClassName
{
color: #7DBCAC;
}
</style>
background-color css
<style>
a { background-color: #7DBCAC; }
a { background-color: rgb(125,188,172); }
div.DivClassName
{
background-color: #7DBCAC;
}
.BgClassName
{
background-color: #7DBCAC;
}
</style>
border-color css
<style>
span { border-color: #7DBCAC; }
span { border-color: rgb(125,188,172); }
td.TdClassName
{
border-color: #7DBCAC;
}
.TagClassName
{
border-color: #7DBCAC;
}
</style>