Shades of Monte Carlo #7DCDB0
Tints of Monte Carlo #7DCDB0
RGB
CMYK
RGB Variations
Color information
#7DCDB0 (or 0x7DCDB0) is known color: Monte Carlo. HEX triplet: 7D, CD and B0. RGB value is (125,205,176). Sum of RGB (Red+Green+Blue) = 125+205+176=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCDB0 is #82324F. Grayscale: #B1B1B1. Windows color (decimal): -8532560 or 11586941. OLE color: 11586941.
HSL color Cylindrical-coordinate representation of color #7DCDB0: hue angle of 158.25º 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 #7DCDB0 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 176 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.20 |
| HSL | 158.25º | 0.44% | 0.65% | - |
| HSV(B) | 158.25º | 0.39% | 0.8% | - |
| XYZ | 38.13 | 51.16 | 48.94 | - |
| YUV | 177.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 176 | 0.39 | 0 | 0.14 | 0.20 | 158.25 | 0.44 | 0.65 |
| Hex | 7D | CD | B0 | 27 | 0 | E | 14 | 9E | 2C | 41 |
| Octal | 175 | 315 | 260 | 47 | 0 | 16 | 24 | 236 | 54 | 101 |
| Binary | 1111101 | 11001101 | 10110000 | 100111 | 0 | 1110 | 10100 | 10011110 | 101100 | 1000001 |
Color Harmonies of #7DCDB0
Complementary color
Monochromatic Colors of #7DCDB0
Black with #7DCDB0
Text Example
Text Example
White with #7DCDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCDB0; }
p { color: rgb(125,205,176); }
H1.HeaderClassName
{
color: #7DCDB0;
}
.AnyTagClassName
{
color: #7DCDB0;
}
</style>
background-color css
<style>
a { background-color: #7DCDB0; }
a { background-color: rgb(125,205,176); }
div.DivClassName
{
background-color: #7DCDB0;
}
.BgClassName
{
background-color: #7DCDB0;
}
</style>
border-color css
<style>
span { border-color: #7DCDB0; }
span { border-color: rgb(125,205,176); }
td.TdClassName
{
border-color: #7DCDB0;
}
.TagClassName
{
border-color: #7DCDB0;
}
</style>