Shades of Monte Carlo #7DD2AC
Tints of Monte Carlo #7DD2AC
RGB
CMYK
RGB Variations
Color information
#7DD2AC (or 0x7DD2AC) is known color: Monte Carlo. HEX triplet: 7D, D2 and AC. RGB value is (125,210,172). Sum of RGB (Red+Green+Blue) = 125+210+172=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD2AC is #822D53. Grayscale: #B4B4B4. Windows color (decimal): -8531284 or 11326077. OLE color: 11326077.
HSL color Cylindrical-coordinate representation of color #7DD2AC: hue angle of 153.18º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD2AC is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 210 | 172 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.18 |
| HSL | 153.18º | 0.49% | 0.66% | - |
| HSV(B) | 153.18º | 0.4% | 0.82% | - |
| XYZ | 38.95 | 53.43 | 47.29 | - |
| YUV | 180.25 | 123.34 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 210 | 172 | 0.40 | 0 | 0.18 | 0.18 | 153.18 | 0.49 | 0.66 |
| Hex | 7D | D2 | AC | 28 | 0 | 12 | 12 | 99 | 31 | 42 |
| Octal | 175 | 322 | 254 | 50 | 0 | 22 | 22 | 231 | 61 | 102 |
| Binary | 1111101 | 11010010 | 10101100 | 101000 | 0 | 10010 | 10010 | 10011001 | 110001 | 1000010 |
Color Harmonies of #7DD2AC
Complementary color
Monochromatic Colors of #7DD2AC
Black with #7DD2AC
Text Example
Text Example
White with #7DD2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD2AC; }
p { color: rgb(125,210,172); }
H1.HeaderClassName
{
color: #7DD2AC;
}
.AnyTagClassName
{
color: #7DD2AC;
}
</style>
background-color css
<style>
a { background-color: #7DD2AC; }
a { background-color: rgb(125,210,172); }
div.DivClassName
{
background-color: #7DD2AC;
}
.BgClassName
{
background-color: #7DD2AC;
}
</style>
border-color css
<style>
span { border-color: #7DD2AC; }
span { border-color: rgb(125,210,172); }
td.TdClassName
{
border-color: #7DD2AC;
}
.TagClassName
{
border-color: #7DD2AC;
}
</style>