Shades of Monte Carlo #7DBCA8
Tints of Monte Carlo #7DBCA8
RGB
CMYK
RGB Variations
Color information
#7DBCA8 (or 0x7DBCA8) is known color: Monte Carlo. HEX triplet: 7D, BC and A8. RGB value is (125,188,168). Sum of RGB (Red+Green+Blue) = 125+188+168=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBCA8 is #824357. Grayscale: #A6A6A6. Windows color (decimal): -8536920 or 11058301. OLE color: 11058301.
HSL color Cylindrical-coordinate representation of color #7DBCA8: hue angle of 160.95º 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 #7DBCA8 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 168 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.26 |
| HSL | 160.95º | 0.32% | 0.61% | - |
| HSV(B) | 160.95º | 0.34% | 0.74% | - |
| XYZ | 33.51 | 43.15 | 43.61 | - |
| YUV | 166.88 | 128.63 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 168 | 0.34 | 0 | 0.11 | 0.26 | 160.95 | 0.32 | 0.61 |
| Hex | 7D | BC | A8 | 22 | 0 | B | 1A | A1 | 20 | 3D |
| Octal | 175 | 274 | 250 | 42 | 0 | 13 | 32 | 241 | 40 | 75 |
| Binary | 1111101 | 10111100 | 10101000 | 100010 | 0 | 1011 | 11010 | 10100001 | 100000 | 111101 |
Color Harmonies of #7DBCA8
Complementary color
Monochromatic Colors of #7DBCA8
Black with #7DBCA8
Text Example
Text Example
White with #7DBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCA8; }
p { color: rgb(125,188,168); }
H1.HeaderClassName
{
color: #7DBCA8;
}
.AnyTagClassName
{
color: #7DBCA8;
}
</style>
background-color css
<style>
a { background-color: #7DBCA8; }
a { background-color: rgb(125,188,168); }
div.DivClassName
{
background-color: #7DBCA8;
}
.BgClassName
{
background-color: #7DBCA8;
}
</style>
border-color css
<style>
span { border-color: #7DBCA8; }
span { border-color: rgb(125,188,168); }
td.TdClassName
{
border-color: #7DBCA8;
}
.TagClassName
{
border-color: #7DBCA8;
}
</style>