Shades of Monte Carlo #7DC3BC
Tints of Monte Carlo #7DC3BC
RGB
CMYK
RGB Variations
Color information
#7DC3BC (or 0x7DC3BC) is known color: Monte Carlo. HEX triplet: 7D, C3 and BC. RGB value is (125,195,188). Sum of RGB (Red+Green+Blue) = 125+195+188=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC3BC is #823C43. Grayscale: #ADADAD. Windows color (decimal): -8535108 or 12370813. OLE color: 12370813.
HSL color Cylindrical-coordinate representation of color #7DC3BC: hue angle of 174º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC3BC is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 195 | 188 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.24 |
| HSL | 174º | 0.37% | 0.63% | - |
| HSV(B) | 174º | 0.36% | 0.76% | - |
| XYZ | 37.05 | 47.02 | 54.7 | - |
| YUV | 173.27 | 136.31 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 195 | 188 | 0.36 | 0 | 0.04 | 0.24 | 174 | 0.37 | 0.63 |
| Hex | 7D | C3 | BC | 24 | 0 | 4 | 18 | AE | 25 | 3F |
| Octal | 175 | 303 | 274 | 44 | 0 | 4 | 30 | 256 | 45 | 77 |
| Binary | 1111101 | 11000011 | 10111100 | 100100 | 0 | 100 | 11000 | 10101110 | 100101 | 111111 |
Color Harmonies of #7DC3BC
Complementary color
Monochromatic Colors of #7DC3BC
Black with #7DC3BC
Text Example
Text Example
White with #7DC3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC3BC; }
p { color: rgb(125,195,188); }
H1.HeaderClassName
{
color: #7DC3BC;
}
.AnyTagClassName
{
color: #7DC3BC;
}
</style>
background-color css
<style>
a { background-color: #7DC3BC; }
a { background-color: rgb(125,195,188); }
div.DivClassName
{
background-color: #7DC3BC;
}
.BgClassName
{
background-color: #7DC3BC;
}
</style>
border-color css
<style>
span { border-color: #7DC3BC; }
span { border-color: rgb(125,195,188); }
td.TdClassName
{
border-color: #7DC3BC;
}
.TagClassName
{
border-color: #7DC3BC;
}
</style>