Shades of Monte Carlo #7DCAB0
Tints of Monte Carlo #7DCAB0
RGB
CMYK
RGB Variations
Color information
#7DCAB0 (or 0x7DCAB0) is known color: Monte Carlo. HEX triplet: 7D, CA and B0. RGB value is (125,202,176). Sum of RGB (Red+Green+Blue) = 125+202+176=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCAB0 is #82354F. Grayscale: #B0B0B0. Windows color (decimal): -8533328 or 11586173. OLE color: 11586173.
HSL color Cylindrical-coordinate representation of color #7DCAB0: hue angle of 159.74º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCAB0 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 202 | 176 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.21 |
| HSL | 159.74º | 0.42% | 0.64% | - |
| HSV(B) | 159.74º | 0.38% | 0.79% | - |
| XYZ | 37.41 | 49.74 | 48.7 | - |
| YUV | 176.01 | 127.99 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 176 | 0.38 | 0 | 0.13 | 0.21 | 159.74 | 0.42 | 0.64 |
| Hex | 7D | CA | B0 | 26 | 0 | D | 15 | A0 | 2A | 40 |
| Octal | 175 | 312 | 260 | 46 | 0 | 15 | 25 | 240 | 52 | 100 |
| Binary | 1111101 | 11001010 | 10110000 | 100110 | 0 | 1101 | 10101 | 10100000 | 101010 | 1000000 |
Color Harmonies of #7DCAB0
Complementary color
Monochromatic Colors of #7DCAB0
Black with #7DCAB0
Text Example
Text Example
White with #7DCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCAB0; }
p { color: rgb(125,202,176); }
H1.HeaderClassName
{
color: #7DCAB0;
}
.AnyTagClassName
{
color: #7DCAB0;
}
</style>
background-color css
<style>
a { background-color: #7DCAB0; }
a { background-color: rgb(125,202,176); }
div.DivClassName
{
background-color: #7DCAB0;
}
.BgClassName
{
background-color: #7DCAB0;
}
</style>
border-color css
<style>
span { border-color: #7DCAB0; }
span { border-color: rgb(125,202,176); }
td.TdClassName
{
border-color: #7DCAB0;
}
.TagClassName
{
border-color: #7DCAB0;
}
</style>