Shades of Monte Carlo #7DD6AE
Tints of Monte Carlo #7DD6AE
RGB
CMYK
RGB Variations
Color information
#7DD6AE (or 0x7DD6AE) is known color: Monte Carlo. HEX triplet: 7D, D6 and AE. RGB value is (125,214,174). Sum of RGB (Red+Green+Blue) = 125+214+174=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD6AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD6AE is #822951. Grayscale: #B6B6B6. Windows color (decimal): -8530258 or 11458173. OLE color: 11458173.
HSL color Cylindrical-coordinate representation of color #7DD6AE: hue angle of 153.03º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD6AE is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 214 | 174 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.16 |
| HSL | 153.03º | 0.52% | 0.66% | - |
| HSV(B) | 153.03º | 0.42% | 0.84% | - |
| XYZ | 40.14 | 55.51 | 48.64 | - |
| YUV | 182.83 | 123.01 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 214 | 174 | 0.42 | 0 | 0.19 | 0.16 | 153.03 | 0.52 | 0.66 |
| Hex | 7D | D6 | AE | 2A | 0 | 13 | 10 | 99 | 34 | 42 |
| Octal | 175 | 326 | 256 | 52 | 0 | 23 | 20 | 231 | 64 | 102 |
| Binary | 1111101 | 11010110 | 10101110 | 101010 | 0 | 10011 | 10000 | 10011001 | 110100 | 1000010 |
Color Harmonies of #7DD6AE
Complementary color
Monochromatic Colors of #7DD6AE
Black with #7DD6AE
Text Example
Text Example
White with #7DD6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD6AE; }
p { color: rgb(125,214,174); }
H1.HeaderClassName
{
color: #7DD6AE;
}
.AnyTagClassName
{
color: #7DD6AE;
}
</style>
background-color css
<style>
a { background-color: #7DD6AE; }
a { background-color: rgb(125,214,174); }
div.DivClassName
{
background-color: #7DD6AE;
}
.BgClassName
{
background-color: #7DD6AE;
}
</style>
border-color css
<style>
span { border-color: #7DD6AE; }
span { border-color: rgb(125,214,174); }
td.TdClassName
{
border-color: #7DD6AE;
}
.TagClassName
{
border-color: #7DD6AE;
}
</style>