Shades of Monte Carlo #7DCBB5
Tints of Monte Carlo #7DCBB5
RGB
CMYK
RGB Variations
Color information
#7DCBB5 (or 0x7DCBB5) is known color: Monte Carlo. HEX triplet: 7D, CB and B5. RGB value is (125,203,181). Sum of RGB (Red+Green+Blue) = 125+203+181=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCBB5 is #82344A. Grayscale: #B1B1B1. Windows color (decimal): -8533067 or 11914109. OLE color: 11914109.
HSL color Cylindrical-coordinate representation of color #7DCBB5: hue angle of 163.08º 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 #7DCBB5 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 203 | 181 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.20 |
| HSL | 163.08º | 0.43% | 0.64% | - |
| HSV(B) | 163.08º | 0.38% | 0.8% | - |
| XYZ | 38.15 | 50.41 | 51.43 | - |
| YUV | 177.17 | 130.16 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 181 | 0.38 | 0 | 0.11 | 0.20 | 163.08 | 0.43 | 0.64 |
| Hex | 7D | CB | B5 | 26 | 0 | B | 14 | A3 | 2B | 40 |
| Octal | 175 | 313 | 265 | 46 | 0 | 13 | 24 | 243 | 53 | 100 |
| Binary | 1111101 | 11001011 | 10110101 | 100110 | 0 | 1011 | 10100 | 10100011 | 101011 | 1000000 |
Color Harmonies of #7DCBB5
Complementary color
Monochromatic Colors of #7DCBB5
Black with #7DCBB5
Text Example
Text Example
White with #7DCBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCBB5; }
p { color: rgb(125,203,181); }
H1.HeaderClassName
{
color: #7DCBB5;
}
.AnyTagClassName
{
color: #7DCBB5;
}
</style>
background-color css
<style>
a { background-color: #7DCBB5; }
a { background-color: rgb(125,203,181); }
div.DivClassName
{
background-color: #7DCBB5;
}
.BgClassName
{
background-color: #7DCBB5;
}
</style>
border-color css
<style>
span { border-color: #7DCBB5; }
span { border-color: rgb(125,203,181); }
td.TdClassName
{
border-color: #7DCBB5;
}
.TagClassName
{
border-color: #7DCBB5;
}
</style>