Shades of Monte Carlo #7DD0B4
Tints of Monte Carlo #7DD0B4
RGB
CMYK
RGB Variations
Color information
#7DD0B4 (or 0x7DD0B4) is known color: Monte Carlo. HEX triplet: 7D, D0 and B4. RGB value is (125,208,180). Sum of RGB (Red+Green+Blue) = 125+208+180=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD0B4 is #822F4B. Grayscale: #B4B4B4. Windows color (decimal): -8531788 or 11849853. OLE color: 11849853.
HSL color Cylindrical-coordinate representation of color #7DD0B4: hue angle of 159.76º 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 #7DD0B4 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 208 | 180 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.18 |
| HSL | 159.76º | 0.47% | 0.65% | - |
| HSV(B) | 159.76º | 0.4% | 0.82% | - |
| XYZ | 39.25 | 52.77 | 51.3 | - |
| YUV | 179.99 | 128 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 208 | 180 | 0.40 | 0 | 0.13 | 0.18 | 159.76 | 0.47 | 0.65 |
| Hex | 7D | D0 | B4 | 28 | 0 | D | 12 | A0 | 2F | 41 |
| Octal | 175 | 320 | 264 | 50 | 0 | 15 | 22 | 240 | 57 | 101 |
| Binary | 1111101 | 11010000 | 10110100 | 101000 | 0 | 1101 | 10010 | 10100000 | 101111 | 1000001 |
Color Harmonies of #7DD0B4
Complementary color
Monochromatic Colors of #7DD0B4
Black with #7DD0B4
Text Example
Text Example
White with #7DD0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD0B4; }
p { color: rgb(125,208,180); }
H1.HeaderClassName
{
color: #7DD0B4;
}
.AnyTagClassName
{
color: #7DD0B4;
}
</style>
background-color css
<style>
a { background-color: #7DD0B4; }
a { background-color: rgb(125,208,180); }
div.DivClassName
{
background-color: #7DD0B4;
}
.BgClassName
{
background-color: #7DD0B4;
}
</style>
border-color css
<style>
span { border-color: #7DD0B4; }
span { border-color: rgb(125,208,180); }
td.TdClassName
{
border-color: #7DD0B4;
}
.TagClassName
{
border-color: #7DD0B4;
}
</style>