Shades of Monte Carlo #7DC8BD
Tints of Monte Carlo #7DC8BD
RGB
CMYK
RGB Variations
Color information
#7DC8BD (or 0x7DC8BD) is known color: Monte Carlo. HEX triplet: 7D, C8 and BD. RGB value is (125,200,189). Sum of RGB (Red+Green+Blue) = 125+200+189=514 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.32% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC8BD is #823742. Grayscale: #B0B0B0. Windows color (decimal): -8533827 or 12437629. OLE color: 12437629.
HSL color Cylindrical-coordinate representation of color #7DC8BD: hue angle of 171.2º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC8BD is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 189 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.22 |
| HSL | 171.2º | 0.41% | 0.64% | - |
| HSV(B) | 171.2º | 0.38% | 0.78% | - |
| XYZ | 38.3 | 49.34 | 55.65 | - |
| YUV | 176.32 | 135.15 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 189 | 0.38 | 0 | 0.06 | 0.22 | 171.2 | 0.41 | 0.64 |
| Hex | 7D | C8 | BD | 26 | 0 | 6 | 16 | AB | 29 | 40 |
| Octal | 175 | 310 | 275 | 46 | 0 | 6 | 26 | 253 | 51 | 100 |
| Binary | 1111101 | 11001000 | 10111101 | 100110 | 0 | 110 | 10110 | 10101011 | 101001 | 1000000 |
Color Harmonies of #7DC8BD
Complementary color
Monochromatic Colors of #7DC8BD
Black with #7DC8BD
Text Example
Text Example
White with #7DC8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC8BD; }
p { color: rgb(125,200,189); }
H1.HeaderClassName
{
color: #7DC8BD;
}
.AnyTagClassName
{
color: #7DC8BD;
}
</style>
background-color css
<style>
a { background-color: #7DC8BD; }
a { background-color: rgb(125,200,189); }
div.DivClassName
{
background-color: #7DC8BD;
}
.BgClassName
{
background-color: #7DC8BD;
}
</style>
border-color css
<style>
span { border-color: #7DC8BD; }
span { border-color: rgb(125,200,189); }
td.TdClassName
{
border-color: #7DC8BD;
}
.TagClassName
{
border-color: #7DC8BD;
}
</style>