Shades of Monte Carlo #7DC2AA
Tints of Monte Carlo #7DC2AA
RGB
CMYK
RGB Variations
Color information
#7DC2AA (or 0x7DC2AA) is known color: Monte Carlo. HEX triplet: 7D, C2 and AA. RGB value is (125,194,170). Sum of RGB (Red+Green+Blue) = 125+194+170=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC2AA is #823D55. Grayscale: #AAAAAA. Windows color (decimal): -8535382 or 11190909. OLE color: 11190909.
HSL color Cylindrical-coordinate representation of color #7DC2AA: hue angle of 159.13º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC2AA is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 194 | 170 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.24 |
| HSL | 159.13º | 0.36% | 0.63% | - |
| HSV(B) | 159.13º | 0.36% | 0.76% | - |
| XYZ | 35 | 45.85 | 45.03 | - |
| YUV | 170.63 | 127.64 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 194 | 170 | 0.36 | 0 | 0.12 | 0.24 | 159.13 | 0.36 | 0.63 |
| Hex | 7D | C2 | AA | 24 | 0 | C | 18 | 9F | 24 | 3F |
| Octal | 175 | 302 | 252 | 44 | 0 | 14 | 30 | 237 | 44 | 77 |
| Binary | 1111101 | 11000010 | 10101010 | 100100 | 0 | 1100 | 11000 | 10011111 | 100100 | 111111 |
Color Harmonies of #7DC2AA
Complementary color
Monochromatic Colors of #7DC2AA
Black with #7DC2AA
Text Example
Text Example
White with #7DC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC2AA; }
p { color: rgb(125,194,170); }
H1.HeaderClassName
{
color: #7DC2AA;
}
.AnyTagClassName
{
color: #7DC2AA;
}
</style>
background-color css
<style>
a { background-color: #7DC2AA; }
a { background-color: rgb(125,194,170); }
div.DivClassName
{
background-color: #7DC2AA;
}
.BgClassName
{
background-color: #7DC2AA;
}
</style>
border-color css
<style>
span { border-color: #7DC2AA; }
span { border-color: rgb(125,194,170); }
td.TdClassName
{
border-color: #7DC2AA;
}
.TagClassName
{
border-color: #7DC2AA;
}
</style>