Shades of Monte Carlo #7DBCB8
Tints of Monte Carlo #7DBCB8
RGB
CMYK
RGB Variations
Color information
#7DBCB8 (or 0x7DBCB8) is known color: Monte Carlo. HEX triplet: 7D, BC and B8. RGB value is (125,188,184). Sum of RGB (Red+Green+Blue) = 125+188+184=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCB8 is #824347. Grayscale: #A8A8A8. Windows color (decimal): -8536904 or 12106877. OLE color: 12106877.
HSL color Cylindrical-coordinate representation of color #7DBCB8: hue angle of 176.19º 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 #7DBCB8 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 184 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.26 |
| HSL | 176.19º | 0.32% | 0.61% | - |
| HSV(B) | 176.19º | 0.34% | 0.74% | - |
| XYZ | 35.09 | 43.79 | 51.95 | - |
| YUV | 168.71 | 136.63 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 184 | 0.34 | 0 | 0.02 | 0.26 | 176.19 | 0.32 | 0.61 |
| Hex | 7D | BC | B8 | 22 | 0 | 2 | 1A | B0 | 20 | 3D |
| Octal | 175 | 274 | 270 | 42 | 0 | 2 | 32 | 260 | 40 | 75 |
| Binary | 1111101 | 10111100 | 10111000 | 100010 | 0 | 10 | 11010 | 10110000 | 100000 | 111101 |
Color Harmonies of #7DBCB8
Complementary color
Monochromatic Colors of #7DBCB8
Black with #7DBCB8
Text Example
Text Example
White with #7DBCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCB8; }
p { color: rgb(125,188,184); }
H1.HeaderClassName
{
color: #7DBCB8;
}
.AnyTagClassName
{
color: #7DBCB8;
}
</style>
background-color css
<style>
a { background-color: #7DBCB8; }
a { background-color: rgb(125,188,184); }
div.DivClassName
{
background-color: #7DBCB8;
}
.BgClassName
{
background-color: #7DBCB8;
}
</style>
border-color css
<style>
span { border-color: #7DBCB8; }
span { border-color: rgb(125,188,184); }
td.TdClassName
{
border-color: #7DBCB8;
}
.TagClassName
{
border-color: #7DBCB8;
}
</style>