Shades of Mountain Meadow #1DB18C
Tints of Mountain Meadow #1DB18C
RGB
CMYK
RGB Variations
Color information
#1DB18C (or 0x1DB18C) is known color: Mountain Meadow. HEX triplet: 1D, B1 and 8C. RGB value is (29,177,140). Sum of RGB (Red+Green+Blue) = 29+177+140=346 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.38% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB18C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DB18C is #E24E73. Grayscale: #808080. Windows color (decimal): -14831220 or 9220381. OLE color: 9220381.
HSL color Cylindrical-coordinate representation of color #1DB18C: hue angle of 165º 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 #1DB18C is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 177 | 140 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.31 |
| HSL | 165º | 0.72% | 0.4% | - |
| HSV(B) | 165º | 0.84% | 0.69% | - |
| XYZ | 20.96 | 33.6 | 30.19 | - |
| YUV | 128.53 | 134.47 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 140 | 0.84 | 0 | 0.21 | 0.31 | 165 | 0.72 | 0.4 |
| Hex | 1D | B1 | 8C | 54 | 0 | 15 | 1F | A5 | 48 | 28 |
| Octal | 35 | 261 | 214 | 124 | 0 | 25 | 37 | 245 | 110 | 50 |
| Binary | 11101 | 10110001 | 10001100 | 1010100 | 0 | 10101 | 11111 | 10100101 | 1001000 | 101000 |
Color Harmonies of #1DB18C
Complementary color
Monochromatic Colors of #1DB18C
Black with #1DB18C
Text Example
Text Example
White with #1DB18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB18C; }
p { color: rgb(29,177,140); }
H1.HeaderClassName
{
color: #1DB18C;
}
.AnyTagClassName
{
color: #1DB18C;
}
</style>
background-color css
<style>
a { background-color: #1DB18C; }
a { background-color: rgb(29,177,140); }
div.DivClassName
{
background-color: #1DB18C;
}
.BgClassName
{
background-color: #1DB18C;
}
</style>
border-color css
<style>
span { border-color: #1DB18C; }
span { border-color: rgb(29,177,140); }
td.TdClassName
{
border-color: #1DB18C;
}
.TagClassName
{
border-color: #1DB18C;
}
</style>