Shades of Monte Carlo #7DC7A7
Tints of Monte Carlo #7DC7A7
RGB
CMYK
RGB Variations
Color information
#7DC7A7 (or 0x7DC7A7) is known color: Monte Carlo. HEX triplet: 7D, C7 and A7. RGB value is (125,199,167). Sum of RGB (Red+Green+Blue) = 125+199+167=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC7A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC7A7 is #823858. Grayscale: #ADADAD. Windows color (decimal): -8534105 or 10995581. OLE color: 10995581.
HSL color Cylindrical-coordinate representation of color #7DC7A7: hue angle of 154.05º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC7A7 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 199 | 167 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.22 |
| HSL | 154.05º | 0.4% | 0.64% | - |
| HSV(B) | 154.05º | 0.37% | 0.78% | - |
| XYZ | 35.86 | 48 | 43.93 | - |
| YUV | 173.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 199 | 167 | 0.37 | 0 | 0.16 | 0.22 | 154.05 | 0.4 | 0.64 |
| Hex | 7D | C7 | A7 | 25 | 0 | 10 | 16 | 9A | 28 | 40 |
| Octal | 175 | 307 | 247 | 45 | 0 | 20 | 26 | 232 | 50 | 100 |
| Binary | 1111101 | 11000111 | 10100111 | 100101 | 0 | 10000 | 10110 | 10011010 | 101000 | 1000000 |
Color Harmonies of #7DC7A7
Complementary color
Monochromatic Colors of #7DC7A7
Black with #7DC7A7
Text Example
Text Example
White with #7DC7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC7A7; }
p { color: rgb(125,199,167); }
H1.HeaderClassName
{
color: #7DC7A7;
}
.AnyTagClassName
{
color: #7DC7A7;
}
</style>
background-color css
<style>
a { background-color: #7DC7A7; }
a { background-color: rgb(125,199,167); }
div.DivClassName
{
background-color: #7DC7A7;
}
.BgClassName
{
background-color: #7DC7A7;
}
</style>
border-color css
<style>
span { border-color: #7DC7A7; }
span { border-color: rgb(125,199,167); }
td.TdClassName
{
border-color: #7DC7A7;
}
.TagClassName
{
border-color: #7DC7A7;
}
</style>