Shades of Monte Carlo #7DD8B0
Tints of Monte Carlo #7DD8B0
RGB
CMYK
RGB Variations
Color information
#7DD8B0 (or 0x7DD8B0) is known color: Monte Carlo. HEX triplet: 7D, D8 and B0. RGB value is (125,216,176). Sum of RGB (Red+Green+Blue) = 125+216+176=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD8B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD8B0 is #82274F. Grayscale: #B8B8B8. Windows color (decimal): -8529744 or 11589757. OLE color: 11589757.
HSL color Cylindrical-coordinate representation of color #7DD8B0: hue angle of 153.63º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD8B0 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 216 | 176 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.15 |
| HSL | 153.63º | 0.54% | 0.67% | - |
| HSV(B) | 153.63º | 0.42% | 0.85% | - |
| XYZ | 40.85 | 56.61 | 49.85 | - |
| YUV | 184.23 | 123.35 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 216 | 176 | 0.42 | 0 | 0.19 | 0.15 | 153.63 | 0.54 | 0.67 |
| Hex | 7D | D8 | B0 | 2A | 0 | 13 | F | 9A | 36 | 43 |
| Octal | 175 | 330 | 260 | 52 | 0 | 23 | 17 | 232 | 66 | 103 |
| Binary | 1111101 | 11011000 | 10110000 | 101010 | 0 | 10011 | 1111 | 10011010 | 110110 | 1000011 |
Color Harmonies of #7DD8B0
Complementary color
Monochromatic Colors of #7DD8B0
Black with #7DD8B0
Text Example
Text Example
White with #7DD8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD8B0; }
p { color: rgb(125,216,176); }
H1.HeaderClassName
{
color: #7DD8B0;
}
.AnyTagClassName
{
color: #7DD8B0;
}
</style>
background-color css
<style>
a { background-color: #7DD8B0; }
a { background-color: rgb(125,216,176); }
div.DivClassName
{
background-color: #7DD8B0;
}
.BgClassName
{
background-color: #7DD8B0;
}
</style>
border-color css
<style>
span { border-color: #7DD8B0; }
span { border-color: rgb(125,216,176); }
td.TdClassName
{
border-color: #7DD8B0;
}
.TagClassName
{
border-color: #7DD8B0;
}
</style>