Shades of Monte Carlo #7DCBBC
Tints of Monte Carlo #7DCBBC
RGB
CMYK
RGB Variations
Color information
#7DCBBC (or 0x7DCBBC) is known color: Monte Carlo. HEX triplet: 7D, CB and BC. RGB value is (125,203,188). Sum of RGB (Red+Green+Blue) = 125+203+188=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCBBC is #823443. Grayscale: #B1B1B1. Windows color (decimal): -8533060 or 12372861. OLE color: 12372861.
HSL color Cylindrical-coordinate representation of color #7DCBBC: hue angle of 168.46º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCBBC is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 203 | 188 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.20 |
| HSL | 168.46º | 0.43% | 0.64% | - |
| HSV(B) | 168.46º | 0.38% | 0.8% | - |
| XYZ | 38.89 | 50.7 | 55.31 | - |
| YUV | 177.97 | 133.66 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 188 | 0.38 | 0 | 0.07 | 0.20 | 168.46 | 0.43 | 0.64 |
| Hex | 7D | CB | BC | 26 | 0 | 7 | 14 | A8 | 2B | 40 |
| Octal | 175 | 313 | 274 | 46 | 0 | 7 | 24 | 250 | 53 | 100 |
| Binary | 1111101 | 11001011 | 10111100 | 100110 | 0 | 111 | 10100 | 10101000 | 101011 | 1000000 |
Color Harmonies of #7DCBBC
Complementary color
Monochromatic Colors of #7DCBBC
Black with #7DCBBC
Text Example
Text Example
White with #7DCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCBBC; }
p { color: rgb(125,203,188); }
H1.HeaderClassName
{
color: #7DCBBC;
}
.AnyTagClassName
{
color: #7DCBBC;
}
</style>
background-color css
<style>
a { background-color: #7DCBBC; }
a { background-color: rgb(125,203,188); }
div.DivClassName
{
background-color: #7DCBBC;
}
.BgClassName
{
background-color: #7DCBBC;
}
</style>
border-color css
<style>
span { border-color: #7DCBBC; }
span { border-color: rgb(125,203,188); }
td.TdClassName
{
border-color: #7DCBBC;
}
.TagClassName
{
border-color: #7DCBBC;
}
</style>