Shades of Monte Carlo #7DCEAC
Tints of Monte Carlo #7DCEAC
RGB
CMYK
RGB Variations
Color information
#7DCEAC (or 0x7DCEAC) is known color: Monte Carlo. HEX triplet: 7D, CE and AC. RGB value is (125,206,172). Sum of RGB (Red+Green+Blue) = 125+206+172=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCEAC is #823153. Grayscale: #B1B1B1. Windows color (decimal): -8532308 or 11325053. OLE color: 11325053.
HSL color Cylindrical-coordinate representation of color #7DCEAC: hue angle of 154.81º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCEAC is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 172 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.19 |
| HSL | 154.81º | 0.45% | 0.65% | - |
| HSV(B) | 154.81º | 0.39% | 0.81% | - |
| XYZ | 37.98 | 51.48 | 46.97 | - |
| YUV | 177.91 | 124.66 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 172 | 0.39 | 0 | 0.17 | 0.19 | 154.81 | 0.45 | 0.65 |
| Hex | 7D | CE | AC | 27 | 0 | 11 | 13 | 9B | 2D | 41 |
| Octal | 175 | 316 | 254 | 47 | 0 | 21 | 23 | 233 | 55 | 101 |
| Binary | 1111101 | 11001110 | 10101100 | 100111 | 0 | 10001 | 10011 | 10011011 | 101101 | 1000001 |
Color Harmonies of #7DCEAC
Complementary color
Monochromatic Colors of #7DCEAC
Black with #7DCEAC
Text Example
Text Example
White with #7DCEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCEAC; }
p { color: rgb(125,206,172); }
H1.HeaderClassName
{
color: #7DCEAC;
}
.AnyTagClassName
{
color: #7DCEAC;
}
</style>
background-color css
<style>
a { background-color: #7DCEAC; }
a { background-color: rgb(125,206,172); }
div.DivClassName
{
background-color: #7DCEAC;
}
.BgClassName
{
background-color: #7DCEAC;
}
</style>
border-color css
<style>
span { border-color: #7DCEAC; }
span { border-color: rgb(125,206,172); }
td.TdClassName
{
border-color: #7DCEAC;
}
.TagClassName
{
border-color: #7DCEAC;
}
</style>