Shades of Monte Carlo #7DC0B4
Tints of Monte Carlo #7DC0B4
RGB
CMYK
RGB Variations
Color information
#7DC0B4 (or 0x7DC0B4) is known color: Monte Carlo. HEX triplet: 7D, C0 and B4. RGB value is (125,192,180). Sum of RGB (Red+Green+Blue) = 125+192+180=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC0B4 is #823F4B. Grayscale: #AAAAAA. Windows color (decimal): -8535884 or 11845757. OLE color: 11845757.
HSL color Cylindrical-coordinate representation of color #7DC0B4: hue angle of 169.25º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC0B4 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 180 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.25 |
| HSL | 169.25º | 0.35% | 0.62% | - |
| HSV(B) | 169.25º | 0.35% | 0.75% | - |
| XYZ | 35.55 | 45.35 | 50.06 | - |
| YUV | 170.6 | 133.3 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 180 | 0.35 | 0 | 0.06 | 0.25 | 169.25 | 0.35 | 0.62 |
| Hex | 7D | C0 | B4 | 23 | 0 | 6 | 19 | A9 | 23 | 3E |
| Octal | 175 | 300 | 264 | 43 | 0 | 6 | 31 | 251 | 43 | 76 |
| Binary | 1111101 | 11000000 | 10110100 | 100011 | 0 | 110 | 11001 | 10101001 | 100011 | 111110 |
Color Harmonies of #7DC0B4
Complementary color
Monochromatic Colors of #7DC0B4
Black with #7DC0B4
Text Example
Text Example
White with #7DC0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC0B4; }
p { color: rgb(125,192,180); }
H1.HeaderClassName
{
color: #7DC0B4;
}
.AnyTagClassName
{
color: #7DC0B4;
}
</style>
background-color css
<style>
a { background-color: #7DC0B4; }
a { background-color: rgb(125,192,180); }
div.DivClassName
{
background-color: #7DC0B4;
}
.BgClassName
{
background-color: #7DC0B4;
}
</style>
border-color css
<style>
span { border-color: #7DC0B4; }
span { border-color: rgb(125,192,180); }
td.TdClassName
{
border-color: #7DC0B4;
}
.TagClassName
{
border-color: #7DC0B4;
}
</style>