Shades of Monte Carlo #7DCCAA
Tints of Monte Carlo #7DCCAA
RGB
CMYK
RGB Variations
Color information
#7DCCAA (or 0x7DCCAA) is known color: Monte Carlo. HEX triplet: 7D, CC and AA. RGB value is (125,204,170). Sum of RGB (Red+Green+Blue) = 125+204+170=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCCAA is #823355. Grayscale: #B0B0B0. Windows color (decimal): -8532822 or 11193469. OLE color: 11193469.
HSL color Cylindrical-coordinate representation of color #7DCCAA: hue angle of 154.18º 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 #7DCCAA is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 170 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.2 |
| HSL | 154.18º | 0.44% | 0.65% | - |
| HSV(B) | 154.18º | 0.39% | 0.8% | - |
| XYZ | 37.31 | 50.45 | 45.8 | - |
| YUV | 176.5 | 124.33 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 170 | 0.39 | 0 | 0.17 | 0.2 | 154.18 | 0.44 | 0.65 |
| Hex | 7D | CC | AA | 27 | 0 | 11 | 14 | 9A | 2C | 41 |
| Octal | 175 | 314 | 252 | 47 | 0 | 21 | 24 | 232 | 54 | 101 |
| Binary | 1111101 | 11001100 | 10101010 | 100111 | 0 | 10001 | 10100 | 10011010 | 101100 | 1000001 |
Color Harmonies of #7DCCAA
Complementary color
Monochromatic Colors of #7DCCAA
Black with #7DCCAA
Text Example
Text Example
White with #7DCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCCAA; }
p { color: rgb(125,204,170); }
H1.HeaderClassName
{
color: #7DCCAA;
}
.AnyTagClassName
{
color: #7DCCAA;
}
</style>
background-color css
<style>
a { background-color: #7DCCAA; }
a { background-color: rgb(125,204,170); }
div.DivClassName
{
background-color: #7DCCAA;
}
.BgClassName
{
background-color: #7DCCAA;
}
</style>
border-color css
<style>
span { border-color: #7DCCAA; }
span { border-color: rgb(125,204,170); }
td.TdClassName
{
border-color: #7DCCAA;
}
.TagClassName
{
border-color: #7DCCAA;
}
</style>