Shades of Monte Carlo #7DD2AE
Tints of Monte Carlo #7DD2AE
RGB
CMYK
RGB Variations
Color information
#7DD2AE (or 0x7DD2AE) is known color: Monte Carlo. HEX triplet: 7D, D2 and AE. RGB value is (125,210,174). Sum of RGB (Red+Green+Blue) = 125+210+174=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD2AE is #822D51. Grayscale: #B4B4B4. Windows color (decimal): -8531282 or 11457149. OLE color: 11457149.
HSL color Cylindrical-coordinate representation of color #7DD2AE: hue angle of 154.59º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD2AE is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 210 | 174 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.18 |
| HSL | 154.59º | 0.49% | 0.66% | - |
| HSV(B) | 154.59º | 0.4% | 0.82% | - |
| XYZ | 39.14 | 53.51 | 48.31 | - |
| YUV | 180.48 | 124.34 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 210 | 174 | 0.40 | 0 | 0.17 | 0.18 | 154.59 | 0.49 | 0.66 |
| Hex | 7D | D2 | AE | 28 | 0 | 11 | 12 | 9B | 31 | 42 |
| Octal | 175 | 322 | 256 | 50 | 0 | 21 | 22 | 233 | 61 | 102 |
| Binary | 1111101 | 11010010 | 10101110 | 101000 | 0 | 10001 | 10010 | 10011011 | 110001 | 1000010 |
Color Harmonies of #7DD2AE
Complementary color
Monochromatic Colors of #7DD2AE
Black with #7DD2AE
Text Example
Text Example
White with #7DD2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD2AE; }
p { color: rgb(125,210,174); }
H1.HeaderClassName
{
color: #7DD2AE;
}
.AnyTagClassName
{
color: #7DD2AE;
}
</style>
background-color css
<style>
a { background-color: #7DD2AE; }
a { background-color: rgb(125,210,174); }
div.DivClassName
{
background-color: #7DD2AE;
}
.BgClassName
{
background-color: #7DD2AE;
}
</style>
border-color css
<style>
span { border-color: #7DD2AE; }
span { border-color: rgb(125,210,174); }
td.TdClassName
{
border-color: #7DD2AE;
}
.TagClassName
{
border-color: #7DD2AE;
}
</style>