Shades of Monte Carlo #7DBCB6
Tints of Monte Carlo #7DBCB6
RGB
CMYK
RGB Variations
Color information
#7DBCB6 (or 0x7DBCB6) is known color: Monte Carlo. HEX triplet: 7D, BC and B6. RGB value is (125,188,182). Sum of RGB (Red+Green+Blue) = 125+188+182=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCB6 is #824349. Grayscale: #A8A8A8. Windows color (decimal): -8536906 or 11975805. OLE color: 11975805.
HSL color Cylindrical-coordinate representation of color #7DBCB6: hue angle of 174.29º 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 #7DBCB6 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 182 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.26 |
| HSL | 174.29º | 0.32% | 0.61% | - |
| HSV(B) | 174.29º | 0.34% | 0.74% | - |
| XYZ | 34.88 | 43.7 | 50.85 | - |
| YUV | 168.48 | 135.63 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 182 | 0.34 | 0 | 0.03 | 0.26 | 174.29 | 0.32 | 0.61 |
| Hex | 7D | BC | B6 | 22 | 0 | 3 | 1A | AE | 20 | 3D |
| Octal | 175 | 274 | 266 | 42 | 0 | 3 | 32 | 256 | 40 | 75 |
| Binary | 1111101 | 10111100 | 10110110 | 100010 | 0 | 11 | 11010 | 10101110 | 100000 | 111101 |
Color Harmonies of #7DBCB6
Complementary color
Monochromatic Colors of #7DBCB6
Black with #7DBCB6
Text Example
Text Example
White with #7DBCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCB6; }
p { color: rgb(125,188,182); }
H1.HeaderClassName
{
color: #7DBCB6;
}
.AnyTagClassName
{
color: #7DBCB6;
}
</style>
background-color css
<style>
a { background-color: #7DBCB6; }
a { background-color: rgb(125,188,182); }
div.DivClassName
{
background-color: #7DBCB6;
}
.BgClassName
{
background-color: #7DBCB6;
}
</style>
border-color css
<style>
span { border-color: #7DBCB6; }
span { border-color: rgb(125,188,182); }
td.TdClassName
{
border-color: #7DBCB6;
}
.TagClassName
{
border-color: #7DBCB6;
}
</style>