Shades of Monte Carlo #7DCDB2
Tints of Monte Carlo #7DCDB2
RGB
CMYK
RGB Variations
Color information
#7DCDB2 (or 0x7DCDB2) is known color: Monte Carlo. HEX triplet: 7D, CD and B2. RGB value is (125,205,178). Sum of RGB (Red+Green+Blue) = 125+205+178=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCDB2 is #82324D. Grayscale: #B2B2B2. Windows color (decimal): -8532558 or 11718013. OLE color: 11718013.
HSL color Cylindrical-coordinate representation of color #7DCDB2: hue angle of 159.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 #7DCDB2 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 178 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.20 |
| HSL | 159.75º | 0.44% | 0.65% | - |
| HSV(B) | 159.75º | 0.39% | 0.8% | - |
| XYZ | 38.32 | 51.24 | 49.99 | - |
| YUV | 178 | 128 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 178 | 0.39 | 0 | 0.13 | 0.20 | 159.75 | 0.44 | 0.65 |
| Hex | 7D | CD | B2 | 27 | 0 | D | 14 | A0 | 2C | 41 |
| Octal | 175 | 315 | 262 | 47 | 0 | 15 | 24 | 240 | 54 | 101 |
| Binary | 1111101 | 11001101 | 10110010 | 100111 | 0 | 1101 | 10100 | 10100000 | 101100 | 1000001 |
Color Harmonies of #7DCDB2
Complementary color
Monochromatic Colors of #7DCDB2
Black with #7DCDB2
Text Example
Text Example
White with #7DCDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCDB2; }
p { color: rgb(125,205,178); }
H1.HeaderClassName
{
color: #7DCDB2;
}
.AnyTagClassName
{
color: #7DCDB2;
}
</style>
background-color css
<style>
a { background-color: #7DCDB2; }
a { background-color: rgb(125,205,178); }
div.DivClassName
{
background-color: #7DCDB2;
}
.BgClassName
{
background-color: #7DCDB2;
}
</style>
border-color css
<style>
span { border-color: #7DCDB2; }
span { border-color: rgb(125,205,178); }
td.TdClassName
{
border-color: #7DCDB2;
}
.TagClassName
{
border-color: #7DCDB2;
}
</style>