Shades of Monte Carlo #7DCDB6
Tints of Monte Carlo #7DCDB6
RGB
CMYK
RGB Variations
Color information
#7DCDB6 (or 0x7DCDB6) is known color: Monte Carlo. HEX triplet: 7D, CD and B6. RGB value is (125,205,182). Sum of RGB (Red+Green+Blue) = 125+205+182=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDB6 is #823249. Grayscale: #B2B2B2. Windows color (decimal): -8532554 or 11980157. OLE color: 11980157.
HSL color Cylindrical-coordinate representation of color #7DCDB6: hue angle of 162.75º 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 #7DCDB6 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 182 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.20 |
| HSL | 162.75º | 0.44% | 0.65% | - |
| HSV(B) | 162.75º | 0.39% | 0.8% | - |
| XYZ | 38.73 | 51.4 | 52.14 | - |
| YUV | 178.46 | 130 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 182 | 0.39 | 0 | 0.11 | 0.20 | 162.75 | 0.44 | 0.65 |
| Hex | 7D | CD | B6 | 27 | 0 | B | 14 | A3 | 2C | 41 |
| Octal | 175 | 315 | 266 | 47 | 0 | 13 | 24 | 243 | 54 | 101 |
| Binary | 1111101 | 11001101 | 10110110 | 100111 | 0 | 1011 | 10100 | 10100011 | 101100 | 1000001 |
Color Harmonies of #7DCDB6
Complementary color
Monochromatic Colors of #7DCDB6
Black with #7DCDB6
Text Example
Text Example
White with #7DCDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCDB6; }
p { color: rgb(125,205,182); }
H1.HeaderClassName
{
color: #7DCDB6;
}
.AnyTagClassName
{
color: #7DCDB6;
}
</style>
background-color css
<style>
a { background-color: #7DCDB6; }
a { background-color: rgb(125,205,182); }
div.DivClassName
{
background-color: #7DCDB6;
}
.BgClassName
{
background-color: #7DCDB6;
}
</style>
border-color css
<style>
span { border-color: #7DCDB6; }
span { border-color: rgb(125,205,182); }
td.TdClassName
{
border-color: #7DCDB6;
}
.TagClassName
{
border-color: #7DCDB6;
}
</style>