Shades of Monte Carlo #7DBCAD
Tints of Monte Carlo #7DBCAD
RGB
CMYK
RGB Variations
Color information
#7DBCAD (or 0x7DBCAD) is known color: Monte Carlo. HEX triplet: 7D, BC and AD. RGB value is (125,188,173). Sum of RGB (Red+Green+Blue) = 125+188+173=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBCAD is #824352. Grayscale: #A7A7A7. Windows color (decimal): -8536915 or 11385981. OLE color: 11385981.
HSL color Cylindrical-coordinate representation of color #7DBCAD: hue angle of 165.71º 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 #7DBCAD is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 173 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.26 |
| HSL | 165.71º | 0.32% | 0.61% | - |
| HSV(B) | 165.71º | 0.34% | 0.74% | - |
| XYZ | 33.98 | 43.34 | 46.11 | - |
| YUV | 167.45 | 131.13 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 173 | 0.34 | 0 | 0.08 | 0.26 | 165.71 | 0.32 | 0.61 |
| Hex | 7D | BC | AD | 22 | 0 | 8 | 1A | A6 | 20 | 3D |
| Octal | 175 | 274 | 255 | 42 | 0 | 10 | 32 | 246 | 40 | 75 |
| Binary | 1111101 | 10111100 | 10101101 | 100010 | 0 | 1000 | 11010 | 10100110 | 100000 | 111101 |
Color Harmonies of #7DBCAD
Complementary color
Monochromatic Colors of #7DBCAD
Black with #7DBCAD
Text Example
Text Example
White with #7DBCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCAD; }
p { color: rgb(125,188,173); }
H1.HeaderClassName
{
color: #7DBCAD;
}
.AnyTagClassName
{
color: #7DBCAD;
}
</style>
background-color css
<style>
a { background-color: #7DBCAD; }
a { background-color: rgb(125,188,173); }
div.DivClassName
{
background-color: #7DBCAD;
}
.BgClassName
{
background-color: #7DBCAD;
}
</style>
border-color css
<style>
span { border-color: #7DBCAD; }
span { border-color: rgb(125,188,173); }
td.TdClassName
{
border-color: #7DBCAD;
}
.TagClassName
{
border-color: #7DBCAD;
}
</style>