Shades of Monte Carlo #7DCBAF
Tints of Monte Carlo #7DCBAF
RGB
CMYK
RGB Variations
Color information
#7DCBAF (or 0x7DCBAF) is known color: Monte Carlo. HEX triplet: 7D, CB and AF. RGB value is (125,203,175). Sum of RGB (Red+Green+Blue) = 125+203+175=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCBAF is #823450. Grayscale: #B0B0B0. Windows color (decimal): -8533073 or 11520893. OLE color: 11520893.
HSL color Cylindrical-coordinate representation of color #7DCBAF: hue angle of 158.46º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCBAF is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 203 | 175 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.20 |
| HSL | 158.46º | 0.43% | 0.64% | - |
| HSV(B) | 158.46º | 0.38% | 0.8% | - |
| XYZ | 37.55 | 50.17 | 48.26 | - |
| YUV | 176.49 | 127.16 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 175 | 0.38 | 0 | 0.14 | 0.20 | 158.46 | 0.43 | 0.64 |
| Hex | 7D | CB | AF | 26 | 0 | E | 14 | 9E | 2B | 40 |
| Octal | 175 | 313 | 257 | 46 | 0 | 16 | 24 | 236 | 53 | 100 |
| Binary | 1111101 | 11001011 | 10101111 | 100110 | 0 | 1110 | 10100 | 10011110 | 101011 | 1000000 |
Color Harmonies of #7DCBAF
Complementary color
Monochromatic Colors of #7DCBAF
Black with #7DCBAF
Text Example
Text Example
White with #7DCBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCBAF; }
p { color: rgb(125,203,175); }
H1.HeaderClassName
{
color: #7DCBAF;
}
.AnyTagClassName
{
color: #7DCBAF;
}
</style>
background-color css
<style>
a { background-color: #7DCBAF; }
a { background-color: rgb(125,203,175); }
div.DivClassName
{
background-color: #7DCBAF;
}
.BgClassName
{
background-color: #7DCBAF;
}
</style>
border-color css
<style>
span { border-color: #7DCBAF; }
span { border-color: rgb(125,203,175); }
td.TdClassName
{
border-color: #7DCBAF;
}
.TagClassName
{
border-color: #7DCBAF;
}
</style>