Shades of Monte Carlo #7DC5B3
Tints of Monte Carlo #7DC5B3
RGB
CMYK
RGB Variations
Color information
#7DC5B3 (or 0x7DC5B3) is known color: Monte Carlo. HEX triplet: 7D, C5 and B3. RGB value is (125,197,179). Sum of RGB (Red+Green+Blue) = 125+197+179=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC5B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC5B3 is #823A4C. Grayscale: #ADADAD. Windows color (decimal): -8534605 or 11781501. OLE color: 11781501.
HSL color Cylindrical-coordinate representation of color #7DC5B3: hue angle of 165º 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 #7DC5B3 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 179 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.23 |
| HSL | 165º | 0.38% | 0.63% | - |
| HSV(B) | 165º | 0.37% | 0.77% | - |
| XYZ | 36.56 | 47.55 | 49.9 | - |
| YUV | 173.42 | 131.15 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 179 | 0.37 | 0 | 0.09 | 0.23 | 165 | 0.38 | 0.63 |
| Hex | 7D | C5 | B3 | 25 | 0 | 9 | 17 | A5 | 26 | 3F |
| Octal | 175 | 305 | 263 | 45 | 0 | 11 | 27 | 245 | 46 | 77 |
| Binary | 1111101 | 11000101 | 10110011 | 100101 | 0 | 1001 | 10111 | 10100101 | 100110 | 111111 |
Color Harmonies of #7DC5B3
Complementary color
Monochromatic Colors of #7DC5B3
Black with #7DC5B3
Text Example
Text Example
White with #7DC5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC5B3; }
p { color: rgb(125,197,179); }
H1.HeaderClassName
{
color: #7DC5B3;
}
.AnyTagClassName
{
color: #7DC5B3;
}
</style>
background-color css
<style>
a { background-color: #7DC5B3; }
a { background-color: rgb(125,197,179); }
div.DivClassName
{
background-color: #7DC5B3;
}
.BgClassName
{
background-color: #7DC5B3;
}
</style>
border-color css
<style>
span { border-color: #7DC5B3; }
span { border-color: rgb(125,197,179); }
td.TdClassName
{
border-color: #7DC5B3;
}
.TagClassName
{
border-color: #7DC5B3;
}
</style>