Shades of Monte Carlo #7DD0AE
Tints of Monte Carlo #7DD0AE
RGB
CMYK
RGB Variations
Color information
#7DD0AE (or 0x7DD0AE) is known color: Monte Carlo. HEX triplet: 7D, D0 and AE. RGB value is (125,208,174). Sum of RGB (Red+Green+Blue) = 125+208+174=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD0AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD0AE is #822F51. Grayscale: #B3B3B3. Windows color (decimal): -8531794 or 11456637. OLE color: 11456637.
HSL color Cylindrical-coordinate representation of color #7DD0AE: hue angle of 155.42º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD0AE is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 208 | 174 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.18 |
| HSL | 155.42º | 0.47% | 0.65% | - |
| HSV(B) | 155.42º | 0.4% | 0.82% | - |
| XYZ | 38.65 | 52.53 | 48.15 | - |
| YUV | 179.31 | 125 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 208 | 174 | 0.40 | 0 | 0.16 | 0.18 | 155.42 | 0.47 | 0.65 |
| Hex | 7D | D0 | AE | 28 | 0 | 10 | 12 | 9B | 2F | 41 |
| Octal | 175 | 320 | 256 | 50 | 0 | 20 | 22 | 233 | 57 | 101 |
| Binary | 1111101 | 11010000 | 10101110 | 101000 | 0 | 10000 | 10010 | 10011011 | 101111 | 1000001 |
Color Harmonies of #7DD0AE
Complementary color
Monochromatic Colors of #7DD0AE
Black with #7DD0AE
Text Example
Text Example
White with #7DD0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD0AE; }
p { color: rgb(125,208,174); }
H1.HeaderClassName
{
color: #7DD0AE;
}
.AnyTagClassName
{
color: #7DD0AE;
}
</style>
background-color css
<style>
a { background-color: #7DD0AE; }
a { background-color: rgb(125,208,174); }
div.DivClassName
{
background-color: #7DD0AE;
}
.BgClassName
{
background-color: #7DD0AE;
}
</style>
border-color css
<style>
span { border-color: #7DD0AE; }
span { border-color: rgb(125,208,174); }
td.TdClassName
{
border-color: #7DD0AE;
}
.TagClassName
{
border-color: #7DD0AE;
}
</style>