Shades of Mountain Meadow #1DB08C
Tints of Mountain Meadow #1DB08C
RGB
CMYK
RGB Variations
Color information
#1DB08C (or 0x1DB08C) is known color: Mountain Meadow. HEX triplet: 1D, B0 and 8C. RGB value is (29,176,140). Sum of RGB (Red+Green+Blue) = 29+176+140=345 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.41% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB08C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DB08C is #E24F73. Grayscale: #7F7F7F. Windows color (decimal): -14831476 or 9220125. OLE color: 9220125.
HSL color Cylindrical-coordinate representation of color #1DB08C: hue angle of 165.31º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB08C is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 140 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.31 |
| HSL | 165.31º | 0.72% | 0.4% | - |
| HSV(B) | 165.31º | 0.84% | 0.69% | - |
| XYZ | 20.77 | 33.21 | 30.13 | - |
| YUV | 127.94 | 134.8 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 140 | 0.84 | 0 | 0.20 | 0.31 | 165.31 | 0.72 | 0.4 |
| Hex | 1D | B0 | 8C | 54 | 0 | 14 | 1F | A5 | 48 | 28 |
| Octal | 35 | 260 | 214 | 124 | 0 | 24 | 37 | 245 | 110 | 50 |
| Binary | 11101 | 10110000 | 10001100 | 1010100 | 0 | 10100 | 11111 | 10100101 | 1001000 | 101000 |
Color Harmonies of #1DB08C
Complementary color
Monochromatic Colors of #1DB08C
Black with #1DB08C
Text Example
Text Example
White with #1DB08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB08C; }
p { color: rgb(29,176,140); }
H1.HeaderClassName
{
color: #1DB08C;
}
.AnyTagClassName
{
color: #1DB08C;
}
</style>
background-color css
<style>
a { background-color: #1DB08C; }
a { background-color: rgb(29,176,140); }
div.DivClassName
{
background-color: #1DB08C;
}
.BgClassName
{
background-color: #1DB08C;
}
</style>
border-color css
<style>
span { border-color: #1DB08C; }
span { border-color: rgb(29,176,140); }
td.TdClassName
{
border-color: #1DB08C;
}
.TagClassName
{
border-color: #1DB08C;
}
</style>