Shades of Monte Carlo #7DCABD
Tints of Monte Carlo #7DCABD
RGB
CMYK
RGB Variations
Color information
#7DCABD (or 0x7DCABD) is known color: Monte Carlo. HEX triplet: 7D, CA and BD. RGB value is (125,202,189). Sum of RGB (Red+Green+Blue) = 125+202+189=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCABD is #823542. Grayscale: #B1B1B1. Windows color (decimal): -8533315 or 12438141. OLE color: 12438141.
HSL color Cylindrical-coordinate representation of color #7DCABD: hue angle of 169.87º 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 #7DCABD is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 202 | 189 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.21 |
| HSL | 169.87º | 0.42% | 0.64% | - |
| HSV(B) | 169.87º | 0.38% | 0.79% | - |
| XYZ | 38.76 | 50.28 | 55.81 | - |
| YUV | 177.5 | 134.49 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 189 | 0.38 | 0 | 0.06 | 0.21 | 169.87 | 0.42 | 0.64 |
| Hex | 7D | CA | BD | 26 | 0 | 6 | 15 | AA | 2A | 40 |
| Octal | 175 | 312 | 275 | 46 | 0 | 6 | 25 | 252 | 52 | 100 |
| Binary | 1111101 | 11001010 | 10111101 | 100110 | 0 | 110 | 10101 | 10101010 | 101010 | 1000000 |
Color Harmonies of #7DCABD
Complementary color
Monochromatic Colors of #7DCABD
Black with #7DCABD
Text Example
Text Example
White with #7DCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCABD; }
p { color: rgb(125,202,189); }
H1.HeaderClassName
{
color: #7DCABD;
}
.AnyTagClassName
{
color: #7DCABD;
}
</style>
background-color css
<style>
a { background-color: #7DCABD; }
a { background-color: rgb(125,202,189); }
div.DivClassName
{
background-color: #7DCABD;
}
.BgClassName
{
background-color: #7DCABD;
}
</style>
border-color css
<style>
span { border-color: #7DCABD; }
span { border-color: rgb(125,202,189); }
td.TdClassName
{
border-color: #7DCABD;
}
.TagClassName
{
border-color: #7DCABD;
}
</style>