Shades of Monte Carlo #7DC5B5
Tints of Monte Carlo #7DC5B5
RGB
CMYK
RGB Variations
Color information
#7DC5B5 (or 0x7DC5B5) is known color: Monte Carlo. HEX triplet: 7D, C5 and B5. RGB value is (125,197,181). Sum of RGB (Red+Green+Blue) = 125+197+181=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC5B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC5B5 is #823A4A. Grayscale: #ADADAD. Windows color (decimal): -8534603 or 11912573. OLE color: 11912573.
HSL color Cylindrical-coordinate representation of color #7DC5B5: hue angle of 166.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC5B5 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 181 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.23 |
| HSL | 166.67º | 0.38% | 0.63% | - |
| HSV(B) | 166.67º | 0.37% | 0.77% | - |
| XYZ | 36.76 | 47.63 | 50.97 | - |
| YUV | 173.65 | 132.15 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 181 | 0.37 | 0 | 0.08 | 0.23 | 166.67 | 0.38 | 0.63 |
| Hex | 7D | C5 | B5 | 25 | 0 | 8 | 17 | A7 | 26 | 3F |
| Octal | 175 | 305 | 265 | 45 | 0 | 10 | 27 | 247 | 46 | 77 |
| Binary | 1111101 | 11000101 | 10110101 | 100101 | 0 | 1000 | 10111 | 10100111 | 100110 | 111111 |
Color Harmonies of #7DC5B5
Complementary color
Monochromatic Colors of #7DC5B5
Black with #7DC5B5
Text Example
Text Example
White with #7DC5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC5B5; }
p { color: rgb(125,197,181); }
H1.HeaderClassName
{
color: #7DC5B5;
}
.AnyTagClassName
{
color: #7DC5B5;
}
</style>
background-color css
<style>
a { background-color: #7DC5B5; }
a { background-color: rgb(125,197,181); }
div.DivClassName
{
background-color: #7DC5B5;
}
.BgClassName
{
background-color: #7DC5B5;
}
</style>
border-color css
<style>
span { border-color: #7DC5B5; }
span { border-color: rgb(125,197,181); }
td.TdClassName
{
border-color: #7DC5B5;
}
.TagClassName
{
border-color: #7DC5B5;
}
</style>