Shades of Monte Carlo #7DBCB4
Tints of Monte Carlo #7DBCB4
RGB
CMYK
RGB Variations
Color information
#7DBCB4 (or 0x7DBCB4) is known color: Monte Carlo. HEX triplet: 7D, BC and B4. RGB value is (125,188,180). Sum of RGB (Red+Green+Blue) = 125+188+180=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCB4 is #82434B. Grayscale: #A8A8A8. Windows color (decimal): -8536908 or 11844733. OLE color: 11844733.
HSL color Cylindrical-coordinate representation of color #7DBCB4: hue angle of 172.38º 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 #7DBCB4 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 180 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.26 |
| HSL | 172.38º | 0.32% | 0.61% | - |
| HSV(B) | 172.38º | 0.34% | 0.74% | - |
| XYZ | 34.68 | 43.62 | 49.77 | - |
| YUV | 168.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 180 | 0.34 | 0 | 0.04 | 0.26 | 172.38 | 0.32 | 0.61 |
| Hex | 7D | BC | B4 | 22 | 0 | 4 | 1A | AC | 20 | 3D |
| Octal | 175 | 274 | 264 | 42 | 0 | 4 | 32 | 254 | 40 | 75 |
| Binary | 1111101 | 10111100 | 10110100 | 100010 | 0 | 100 | 11010 | 10101100 | 100000 | 111101 |
Color Harmonies of #7DBCB4
Complementary color
Monochromatic Colors of #7DBCB4
Black with #7DBCB4
Text Example
Text Example
White with #7DBCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCB4; }
p { color: rgb(125,188,180); }
H1.HeaderClassName
{
color: #7DBCB4;
}
.AnyTagClassName
{
color: #7DBCB4;
}
</style>
background-color css
<style>
a { background-color: #7DBCB4; }
a { background-color: rgb(125,188,180); }
div.DivClassName
{
background-color: #7DBCB4;
}
.BgClassName
{
background-color: #7DBCB4;
}
</style>
border-color css
<style>
span { border-color: #7DBCB4; }
span { border-color: rgb(125,188,180); }
td.TdClassName
{
border-color: #7DBCB4;
}
.TagClassName
{
border-color: #7DBCB4;
}
</style>