Shades of Monte Carlo #7DD0B7
Tints of Monte Carlo #7DD0B7
RGB
CMYK
RGB Variations
Color information
#7DD0B7 (or 0x7DD0B7) is known color: Monte Carlo. HEX triplet: 7D, D0 and B7. RGB value is (125,208,183). Sum of RGB (Red+Green+Blue) = 125+208+183=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD0B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD0B7 is #822F48. Grayscale: #B4B4B4. Windows color (decimal): -8531785 or 12046461. OLE color: 12046461.
HSL color Cylindrical-coordinate representation of color #7DD0B7: hue angle of 161.93º 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 #7DD0B7 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 208 | 183 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.18 |
| HSL | 161.93º | 0.47% | 0.65% | - |
| HSV(B) | 161.93º | 0.4% | 0.82% | - |
| XYZ | 39.56 | 52.89 | 52.92 | - |
| YUV | 180.33 | 129.5 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 208 | 183 | 0.40 | 0 | 0.12 | 0.18 | 161.93 | 0.47 | 0.65 |
| Hex | 7D | D0 | B7 | 28 | 0 | C | 12 | A2 | 2F | 41 |
| Octal | 175 | 320 | 267 | 50 | 0 | 14 | 22 | 242 | 57 | 101 |
| Binary | 1111101 | 11010000 | 10110111 | 101000 | 0 | 1100 | 10010 | 10100010 | 101111 | 1000001 |
Color Harmonies of #7DD0B7
Complementary color
Monochromatic Colors of #7DD0B7
Black with #7DD0B7
Text Example
Text Example
White with #7DD0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD0B7; }
p { color: rgb(125,208,183); }
H1.HeaderClassName
{
color: #7DD0B7;
}
.AnyTagClassName
{
color: #7DD0B7;
}
</style>
background-color css
<style>
a { background-color: #7DD0B7; }
a { background-color: rgb(125,208,183); }
div.DivClassName
{
background-color: #7DD0B7;
}
.BgClassName
{
background-color: #7DD0B7;
}
</style>
border-color css
<style>
span { border-color: #7DD0B7; }
span { border-color: rgb(125,208,183); }
td.TdClassName
{
border-color: #7DD0B7;
}
.TagClassName
{
border-color: #7DD0B7;
}
</style>