Shades of Monte Carlo #7DCDB5
Tints of Monte Carlo #7DCDB5
RGB
CMYK
RGB Variations
Color information
#7DCDB5 (or 0x7DCDB5) is known color: Monte Carlo. HEX triplet: 7D, CD and B5. RGB value is (125,205,181). Sum of RGB (Red+Green+Blue) = 125+205+181=511 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.46% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDB5 is #82324A. Grayscale: #B2B2B2. Windows color (decimal): -8532555 or 11914621. OLE color: 11914621.
HSL color Cylindrical-coordinate representation of color #7DCDB5: hue angle of 162º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCDB5 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 181 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.20 |
| HSL | 162º | 0.44% | 0.65% | - |
| HSV(B) | 162º | 0.39% | 0.8% | - |
| XYZ | 38.63 | 51.36 | 51.59 | - |
| YUV | 178.34 | 129.5 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 181 | 0.39 | 0 | 0.12 | 0.20 | 162 | 0.44 | 0.65 |
| Hex | 7D | CD | B5 | 27 | 0 | C | 14 | A2 | 2C | 41 |
| Octal | 175 | 315 | 265 | 47 | 0 | 14 | 24 | 242 | 54 | 101 |
| Binary | 1111101 | 11001101 | 10110101 | 100111 | 0 | 1100 | 10100 | 10100010 | 101100 | 1000001 |
Color Harmonies of #7DCDB5
Complementary color
Monochromatic Colors of #7DCDB5
Black with #7DCDB5
Text Example
Text Example
White with #7DCDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCDB5; }
p { color: rgb(125,205,181); }
H1.HeaderClassName
{
color: #7DCDB5;
}
.AnyTagClassName
{
color: #7DCDB5;
}
</style>
background-color css
<style>
a { background-color: #7DCDB5; }
a { background-color: rgb(125,205,181); }
div.DivClassName
{
background-color: #7DCDB5;
}
.BgClassName
{
background-color: #7DCDB5;
}
</style>
border-color css
<style>
span { border-color: #7DCDB5; }
span { border-color: rgb(125,205,181); }
td.TdClassName
{
border-color: #7DCDB5;
}
.TagClassName
{
border-color: #7DCDB5;
}
</style>