Shades of Monte Carlo #7DD8B1
Tints of Monte Carlo #7DD8B1
RGB
CMYK
RGB Variations
Color information
#7DD8B1 (or 0x7DD8B1) is known color: Monte Carlo. HEX triplet: 7D, D8 and B1. RGB value is (125,216,177). Sum of RGB (Red+Green+Blue) = 125+216+177=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD8B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD8B1 is #82274E. Grayscale: #B8B8B8. Windows color (decimal): -8529743 or 11655293. OLE color: 11655293.
HSL color Cylindrical-coordinate representation of color #7DD8B1: hue angle of 154.29º 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 #7DD8B1 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 216 | 177 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.15 |
| HSL | 154.29º | 0.54% | 0.67% | - |
| HSV(B) | 154.29º | 0.42% | 0.85% | - |
| XYZ | 40.95 | 56.65 | 50.37 | - |
| YUV | 184.35 | 123.85 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 216 | 177 | 0.42 | 0 | 0.18 | 0.15 | 154.29 | 0.54 | 0.67 |
| Hex | 7D | D8 | B1 | 2A | 0 | 12 | F | 9A | 36 | 43 |
| Octal | 175 | 330 | 261 | 52 | 0 | 22 | 17 | 232 | 66 | 103 |
| Binary | 1111101 | 11011000 | 10110001 | 101010 | 0 | 10010 | 1111 | 10011010 | 110110 | 1000011 |
Color Harmonies of #7DD8B1
Complementary color
Monochromatic Colors of #7DD8B1
Black with #7DD8B1
Text Example
Text Example
White with #7DD8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD8B1; }
p { color: rgb(125,216,177); }
H1.HeaderClassName
{
color: #7DD8B1;
}
.AnyTagClassName
{
color: #7DD8B1;
}
</style>
background-color css
<style>
a { background-color: #7DD8B1; }
a { background-color: rgb(125,216,177); }
div.DivClassName
{
background-color: #7DD8B1;
}
.BgClassName
{
background-color: #7DD8B1;
}
</style>
border-color css
<style>
span { border-color: #7DD8B1; }
span { border-color: rgb(125,216,177); }
td.TdClassName
{
border-color: #7DD8B1;
}
.TagClassName
{
border-color: #7DD8B1;
}
</style>