Shades of Monte Carlo #7DCDAB
Tints of Monte Carlo #7DCDAB
RGB
CMYK
RGB Variations
Color information
#7DCDAB (or 0x7DCDAB) is known color: Monte Carlo. HEX triplet: 7D, CD and AB. RGB value is (125,205,171). Sum of RGB (Red+Green+Blue) = 125+205+171=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCDAB is #823254. Grayscale: #B1B1B1. Windows color (decimal): -8532565 or 11259261. OLE color: 11259261.
HSL color Cylindrical-coordinate representation of color #7DCDAB: hue angle of 154.5º 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 #7DCDAB is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 171 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.20 |
| HSL | 154.5º | 0.44% | 0.65% | - |
| HSV(B) | 154.5º | 0.39% | 0.8% | - |
| XYZ | 37.64 | 50.96 | 46.38 | - |
| YUV | 177.2 | 124.5 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 171 | 0.39 | 0 | 0.17 | 0.20 | 154.5 | 0.44 | 0.65 |
| Hex | 7D | CD | AB | 27 | 0 | 11 | 14 | 9A | 2C | 41 |
| Octal | 175 | 315 | 253 | 47 | 0 | 21 | 24 | 232 | 54 | 101 |
| Binary | 1111101 | 11001101 | 10101011 | 100111 | 0 | 10001 | 10100 | 10011010 | 101100 | 1000001 |
Color Harmonies of #7DCDAB
Complementary color
Monochromatic Colors of #7DCDAB
Black with #7DCDAB
Text Example
Text Example
White with #7DCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCDAB; }
p { color: rgb(125,205,171); }
H1.HeaderClassName
{
color: #7DCDAB;
}
.AnyTagClassName
{
color: #7DCDAB;
}
</style>
background-color css
<style>
a { background-color: #7DCDAB; }
a { background-color: rgb(125,205,171); }
div.DivClassName
{
background-color: #7DCDAB;
}
.BgClassName
{
background-color: #7DCDAB;
}
</style>
border-color css
<style>
span { border-color: #7DCDAB; }
span { border-color: rgb(125,205,171); }
td.TdClassName
{
border-color: #7DCDAB;
}
.TagClassName
{
border-color: #7DCDAB;
}
</style>