Shades of Monte Carlo #7DBCB1
Tints of Monte Carlo #7DBCB1
RGB
CMYK
RGB Variations
Color information
#7DBCB1 (or 0x7DBCB1) is known color: Monte Carlo. HEX triplet: 7D, BC and B1. RGB value is (125,188,177). Sum of RGB (Red+Green+Blue) = 125+188+177=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBCB1 is #82434E. Grayscale: #A7A7A7. Windows color (decimal): -8536911 or 11648125. OLE color: 11648125.
HSL color Cylindrical-coordinate representation of color #7DBCB1: hue angle of 169.52º 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 #7DBCB1 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 177 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.26 |
| HSL | 169.52º | 0.32% | 0.61% | - |
| HSV(B) | 169.52º | 0.34% | 0.74% | - |
| XYZ | 34.38 | 43.5 | 48.18 | - |
| YUV | 167.91 | 133.13 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 177 | 0.34 | 0 | 0.06 | 0.26 | 169.52 | 0.32 | 0.61 |
| Hex | 7D | BC | B1 | 22 | 0 | 6 | 1A | AA | 20 | 3D |
| Octal | 175 | 274 | 261 | 42 | 0 | 6 | 32 | 252 | 40 | 75 |
| Binary | 1111101 | 10111100 | 10110001 | 100010 | 0 | 110 | 11010 | 10101010 | 100000 | 111101 |
Color Harmonies of #7DBCB1
Complementary color
Monochromatic Colors of #7DBCB1
Black with #7DBCB1
Text Example
Text Example
White with #7DBCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCB1; }
p { color: rgb(125,188,177); }
H1.HeaderClassName
{
color: #7DBCB1;
}
.AnyTagClassName
{
color: #7DBCB1;
}
</style>
background-color css
<style>
a { background-color: #7DBCB1; }
a { background-color: rgb(125,188,177); }
div.DivClassName
{
background-color: #7DBCB1;
}
.BgClassName
{
background-color: #7DBCB1;
}
</style>
border-color css
<style>
span { border-color: #7DBCB1; }
span { border-color: rgb(125,188,177); }
td.TdClassName
{
border-color: #7DBCB1;
}
.TagClassName
{
border-color: #7DBCB1;
}
</style>