Shades of Monte Carlo #7DC8AB
Tints of Monte Carlo #7DC8AB
RGB
CMYK
RGB Variations
Color information
#7DC8AB (or 0x7DC8AB) is known color: Monte Carlo. HEX triplet: 7D, C8 and AB. RGB value is (125,200,171). Sum of RGB (Red+Green+Blue) = 125+200+171=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC8AB is #823754. Grayscale: #AEAEAE. Windows color (decimal): -8533845 or 11257981. OLE color: 11257981.
HSL color Cylindrical-coordinate representation of color #7DC8AB: hue angle of 156.8º 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 #7DC8AB is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 171 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.22 |
| HSL | 156.8º | 0.41% | 0.64% | - |
| HSV(B) | 156.8º | 0.38% | 0.78% | - |
| XYZ | 36.46 | 48.61 | 45.99 | - |
| YUV | 174.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 171 | 0.38 | 0 | 0.14 | 0.22 | 156.8 | 0.41 | 0.64 |
| Hex | 7D | C8 | AB | 26 | 0 | E | 16 | 9D | 29 | 40 |
| Octal | 175 | 310 | 253 | 46 | 0 | 16 | 26 | 235 | 51 | 100 |
| Binary | 1111101 | 11001000 | 10101011 | 100110 | 0 | 1110 | 10110 | 10011101 | 101001 | 1000000 |
Color Harmonies of #7DC8AB
Complementary color
Monochromatic Colors of #7DC8AB
Black with #7DC8AB
Text Example
Text Example
White with #7DC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC8AB; }
p { color: rgb(125,200,171); }
H1.HeaderClassName
{
color: #7DC8AB;
}
.AnyTagClassName
{
color: #7DC8AB;
}
</style>
background-color css
<style>
a { background-color: #7DC8AB; }
a { background-color: rgb(125,200,171); }
div.DivClassName
{
background-color: #7DC8AB;
}
.BgClassName
{
background-color: #7DC8AB;
}
</style>
border-color css
<style>
span { border-color: #7DC8AB; }
span { border-color: rgb(125,200,171); }
td.TdClassName
{
border-color: #7DC8AB;
}
.TagClassName
{
border-color: #7DC8AB;
}
</style>