Shades of Monte Carlo #7DC4BC
Tints of Monte Carlo #7DC4BC
RGB
CMYK
RGB Variations
Color information
#7DC4BC (or 0x7DC4BC) is known color: Monte Carlo. HEX triplet: 7D, C4 and BC. RGB value is (125,196,188). Sum of RGB (Red+Green+Blue) = 125+196+188=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #7DC4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC4BC is #823B43. Grayscale: #ADADAD. Windows color (decimal): -8534852 or 12371069. OLE color: 12371069.
HSL color Cylindrical-coordinate representation of color #7DC4BC: hue angle of 173.24º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC4BC is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 196 | 188 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.23 |
| HSL | 173.24º | 0.38% | 0.63% | - |
| HSV(B) | 173.24º | 0.36% | 0.77% | - |
| XYZ | 37.27 | 47.47 | 54.78 | - |
| YUV | 173.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 196 | 188 | 0.36 | 0 | 0.04 | 0.23 | 173.24 | 0.38 | 0.63 |
| Hex | 7D | C4 | BC | 24 | 0 | 4 | 17 | AD | 26 | 3F |
| Octal | 175 | 304 | 274 | 44 | 0 | 4 | 27 | 255 | 46 | 77 |
| Binary | 1111101 | 11000100 | 10111100 | 100100 | 0 | 100 | 10111 | 10101101 | 100110 | 111111 |
Color Harmonies of #7DC4BC
Complementary color
Monochromatic Colors of #7DC4BC
Black with #7DC4BC
Text Example
Text Example
White with #7DC4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC4BC; }
p { color: rgb(125,196,188); }
H1.HeaderClassName
{
color: #7DC4BC;
}
.AnyTagClassName
{
color: #7DC4BC;
}
</style>
background-color css
<style>
a { background-color: #7DC4BC; }
a { background-color: rgb(125,196,188); }
div.DivClassName
{
background-color: #7DC4BC;
}
.BgClassName
{
background-color: #7DC4BC;
}
</style>
border-color css
<style>
span { border-color: #7DC4BC; }
span { border-color: rgb(125,196,188); }
td.TdClassName
{
border-color: #7DC4BC;
}
.TagClassName
{
border-color: #7DC4BC;
}
</style>