Shades of Monte Carlo #7DC9AA
Tints of Monte Carlo #7DC9AA
RGB
CMYK
RGB Variations
Color information
#7DC9AA (or 0x7DC9AA) is known color: Monte Carlo. HEX triplet: 7D, C9 and AA. RGB value is (125,201,170). Sum of RGB (Red+Green+Blue) = 125+201+170=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC9AA is #823655. Grayscale: #AEAEAE. Windows color (decimal): -8533590 or 11192701. OLE color: 11192701.
HSL color Cylindrical-coordinate representation of color #7DC9AA: hue angle of 155.53º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC9AA is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 170 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.21 |
| HSL | 155.53º | 0.41% | 0.64% | - |
| HSV(B) | 155.53º | 0.38% | 0.79% | - |
| XYZ | 36.6 | 49.04 | 45.57 | - |
| YUV | 174.74 | 125.32 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 170 | 0.38 | 0 | 0.15 | 0.21 | 155.53 | 0.41 | 0.64 |
| Hex | 7D | C9 | AA | 26 | 0 | F | 15 | 9C | 29 | 40 |
| Octal | 175 | 311 | 252 | 46 | 0 | 17 | 25 | 234 | 51 | 100 |
| Binary | 1111101 | 11001001 | 10101010 | 100110 | 0 | 1111 | 10101 | 10011100 | 101001 | 1000000 |
Color Harmonies of #7DC9AA
Complementary color
Monochromatic Colors of #7DC9AA
Black with #7DC9AA
Text Example
Text Example
White with #7DC9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC9AA; }
p { color: rgb(125,201,170); }
H1.HeaderClassName
{
color: #7DC9AA;
}
.AnyTagClassName
{
color: #7DC9AA;
}
</style>
background-color css
<style>
a { background-color: #7DC9AA; }
a { background-color: rgb(125,201,170); }
div.DivClassName
{
background-color: #7DC9AA;
}
.BgClassName
{
background-color: #7DC9AA;
}
</style>
border-color css
<style>
span { border-color: #7DC9AA; }
span { border-color: rgb(125,201,170); }
td.TdClassName
{
border-color: #7DC9AA;
}
.TagClassName
{
border-color: #7DC9AA;
}
</style>