Shades of Monte Carlo #7DCCAC
Tints of Monte Carlo #7DCCAC
RGB
CMYK
RGB Variations
Color information
#7DCCAC (or 0x7DCCAC) is known color: Monte Carlo. HEX triplet: 7D, CC and AC. RGB value is (125,204,172). Sum of RGB (Red+Green+Blue) = 125+204+172=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCCAC is #823353. Grayscale: #B0B0B0. Windows color (decimal): -8532820 or 11324541. OLE color: 11324541.
HSL color Cylindrical-coordinate representation of color #7DCCAC: hue angle of 155.7º 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 #7DCCAC is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 172 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.2 |
| HSL | 155.7º | 0.44% | 0.65% | - |
| HSV(B) | 155.7º | 0.39% | 0.8% | - |
| XYZ | 37.5 | 50.52 | 46.81 | - |
| YUV | 176.73 | 125.33 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 172 | 0.39 | 0 | 0.16 | 0.2 | 155.7 | 0.44 | 0.65 |
| Hex | 7D | CC | AC | 27 | 0 | 10 | 14 | 9C | 2C | 41 |
| Octal | 175 | 314 | 254 | 47 | 0 | 20 | 24 | 234 | 54 | 101 |
| Binary | 1111101 | 11001100 | 10101100 | 100111 | 0 | 10000 | 10100 | 10011100 | 101100 | 1000001 |
Color Harmonies of #7DCCAC
Complementary color
Monochromatic Colors of #7DCCAC
Black with #7DCCAC
Text Example
Text Example
White with #7DCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCCAC; }
p { color: rgb(125,204,172); }
H1.HeaderClassName
{
color: #7DCCAC;
}
.AnyTagClassName
{
color: #7DCCAC;
}
</style>
background-color css
<style>
a { background-color: #7DCCAC; }
a { background-color: rgb(125,204,172); }
div.DivClassName
{
background-color: #7DCCAC;
}
.BgClassName
{
background-color: #7DCCAC;
}
</style>
border-color css
<style>
span { border-color: #7DCCAC; }
span { border-color: rgb(125,204,172); }
td.TdClassName
{
border-color: #7DCCAC;
}
.TagClassName
{
border-color: #7DCCAC;
}
</style>