Shades of Monte Carlo #7DC7AB
Tints of Monte Carlo #7DC7AB
RGB
CMYK
RGB Variations
Color information
#7DC7AB (or 0x7DC7AB) is known color: Monte Carlo. HEX triplet: 7D, C7 and AB. RGB value is (125,199,171). Sum of RGB (Red+Green+Blue) = 125+199+171=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC7AB is #823854. Grayscale: #ADADAD. Windows color (decimal): -8534101 or 11257725. OLE color: 11257725.
HSL color Cylindrical-coordinate representation of color #7DC7AB: hue angle of 157.3º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC7AB is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 199 | 171 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.22 |
| HSL | 157.3º | 0.4% | 0.64% | - |
| HSV(B) | 157.3º | 0.37% | 0.78% | - |
| XYZ | 36.23 | 48.15 | 45.91 | - |
| YUV | 173.68 | 126.48 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 199 | 171 | 0.37 | 0 | 0.14 | 0.22 | 157.3 | 0.4 | 0.64 |
| Hex | 7D | C7 | AB | 25 | 0 | E | 16 | 9D | 28 | 40 |
| Octal | 175 | 307 | 253 | 45 | 0 | 16 | 26 | 235 | 50 | 100 |
| Binary | 1111101 | 11000111 | 10101011 | 100101 | 0 | 1110 | 10110 | 10011101 | 101000 | 1000000 |
Color Harmonies of #7DC7AB
Complementary color
Monochromatic Colors of #7DC7AB
Black with #7DC7AB
Text Example
Text Example
White with #7DC7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC7AB; }
p { color: rgb(125,199,171); }
H1.HeaderClassName
{
color: #7DC7AB;
}
.AnyTagClassName
{
color: #7DC7AB;
}
</style>
background-color css
<style>
a { background-color: #7DC7AB; }
a { background-color: rgb(125,199,171); }
div.DivClassName
{
background-color: #7DC7AB;
}
.BgClassName
{
background-color: #7DC7AB;
}
</style>
border-color css
<style>
span { border-color: #7DC7AB; }
span { border-color: rgb(125,199,171); }
td.TdClassName
{
border-color: #7DC7AB;
}
.TagClassName
{
border-color: #7DC7AB;
}
</style>