Shades of Medium Sea Green #1DB666
Tints of Medium Sea Green #1DB666
RGB
CMYK
RGB Variations
Color information
#1DB666 (or 0x1DB666) is known color: Medium Sea Green. HEX triplet: 1D, B6 and 66. RGB value is (29,182,102). Sum of RGB (Red+Green+Blue) = 29+182+102=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 182 (71.48% from 255 or 58.15% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB666 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB666 is #E24999. Grayscale: #7F7F7F. Windows color (decimal): -14829978 or 6731293. OLE color: 6731293.
HSL color Cylindrical-coordinate representation of color #1DB666: hue angle of 148.63º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB666 is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 102 | - |
| CMYK | 0.84 | 0 | 0.44 | 0.29 |
| HSL | 148.63º | 0.73% | 0.41% | - |
| HSV(B) | 148.63º | 0.84% | 0.71% | - |
| XYZ | 19.63 | 34.68 | 18.23 | - |
| YUV | 127.13 | 113.81 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 102 | 0.84 | 0 | 0.44 | 0.29 | 148.63 | 0.73 | 0.41 |
| Hex | 1D | B6 | 66 | 54 | 0 | 2C | 1D | 95 | 49 | 29 |
| Octal | 35 | 266 | 146 | 124 | 0 | 54 | 35 | 225 | 111 | 51 |
| Binary | 11101 | 10110110 | 1100110 | 1010100 | 0 | 101100 | 11101 | 10010101 | 1001001 | 101001 |
Color Harmonies of #1DB666
Complementary color
Monochromatic Colors of #1DB666
Black with #1DB666
Text Example
Text Example
White with #1DB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB666; }
p { color: rgb(29,182,102); }
H1.HeaderClassName
{
color: #1DB666;
}
.AnyTagClassName
{
color: #1DB666;
}
</style>
background-color css
<style>
a { background-color: #1DB666; }
a { background-color: rgb(29,182,102); }
div.DivClassName
{
background-color: #1DB666;
}
.BgClassName
{
background-color: #1DB666;
}
</style>
border-color css
<style>
span { border-color: #1DB666; }
span { border-color: rgb(29,182,102); }
td.TdClassName
{
border-color: #1DB666;
}
.TagClassName
{
border-color: #1DB666;
}
</style>