Shades of Monte Carlo #7DCAB9
Tints of Monte Carlo #7DCAB9
RGB
CMYK
RGB Variations
Color information
#7DCAB9 (or 0x7DCAB9) is known color: Monte Carlo. HEX triplet: 7D, CA and B9. RGB value is (125,202,185). Sum of RGB (Red+Green+Blue) = 125+202+185=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCAB9 is #823546. Grayscale: #B1B1B1. Windows color (decimal): -8533319 or 12175997. OLE color: 12175997.
HSL color Cylindrical-coordinate representation of color #7DCAB9: hue angle of 166.75º 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 #7DCAB9 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 202 | 185 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.21 |
| HSL | 166.75º | 0.42% | 0.64% | - |
| HSV(B) | 166.75º | 0.38% | 0.79% | - |
| XYZ | 38.33 | 50.1 | 53.55 | - |
| YUV | 177.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 185 | 0.38 | 0 | 0.08 | 0.21 | 166.75 | 0.42 | 0.64 |
| Hex | 7D | CA | B9 | 26 | 0 | 8 | 15 | A7 | 2A | 40 |
| Octal | 175 | 312 | 271 | 46 | 0 | 10 | 25 | 247 | 52 | 100 |
| Binary | 1111101 | 11001010 | 10111001 | 100110 | 0 | 1000 | 10101 | 10100111 | 101010 | 1000000 |
Color Harmonies of #7DCAB9
Complementary color
Monochromatic Colors of #7DCAB9
Black with #7DCAB9
Text Example
Text Example
White with #7DCAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCAB9; }
p { color: rgb(125,202,185); }
H1.HeaderClassName
{
color: #7DCAB9;
}
.AnyTagClassName
{
color: #7DCAB9;
}
</style>
background-color css
<style>
a { background-color: #7DCAB9; }
a { background-color: rgb(125,202,185); }
div.DivClassName
{
background-color: #7DCAB9;
}
.BgClassName
{
background-color: #7DCAB9;
}
</style>
border-color css
<style>
span { border-color: #7DCAB9; }
span { border-color: rgb(125,202,185); }
td.TdClassName
{
border-color: #7DCAB9;
}
.TagClassName
{
border-color: #7DCAB9;
}
</style>