Shades of Monte Carlo #7DBCB9
Tints of Monte Carlo #7DBCB9
RGB
CMYK
RGB Variations
Color information
#7DBCB9 (or 0x7DBCB9) is known color: Monte Carlo. HEX triplet: 7D, BC and B9. RGB value is (125,188,185). Sum of RGB (Red+Green+Blue) = 125+188+185=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCB9 is #824346. Grayscale: #A8A8A8. Windows color (decimal): -8536903 or 12172413. OLE color: 12172413.
HSL color Cylindrical-coordinate representation of color #7DBCB9: hue angle of 177.14º 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 #7DBCB9 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 185 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.26 |
| HSL | 177.14º | 0.32% | 0.61% | - |
| HSV(B) | 177.14º | 0.34% | 0.74% | - |
| XYZ | 35.2 | 43.83 | 52.5 | - |
| YUV | 168.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 185 | 0.34 | 0 | 0.02 | 0.26 | 177.14 | 0.32 | 0.61 |
| Hex | 7D | BC | B9 | 22 | 0 | 2 | 1A | B1 | 20 | 3D |
| Octal | 175 | 274 | 271 | 42 | 0 | 2 | 32 | 261 | 40 | 75 |
| Binary | 1111101 | 10111100 | 10111001 | 100010 | 0 | 10 | 11010 | 10110001 | 100000 | 111101 |
Color Harmonies of #7DBCB9
Complementary color
Monochromatic Colors of #7DBCB9
Black with #7DBCB9
Text Example
Text Example
White with #7DBCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCB9; }
p { color: rgb(125,188,185); }
H1.HeaderClassName
{
color: #7DBCB9;
}
.AnyTagClassName
{
color: #7DBCB9;
}
</style>
background-color css
<style>
a { background-color: #7DBCB9; }
a { background-color: rgb(125,188,185); }
div.DivClassName
{
background-color: #7DBCB9;
}
.BgClassName
{
background-color: #7DBCB9;
}
</style>
border-color css
<style>
span { border-color: #7DBCB9; }
span { border-color: rgb(125,188,185); }
td.TdClassName
{
border-color: #7DBCB9;
}
.TagClassName
{
border-color: #7DBCB9;
}
</style>