Shades of Mountain Meadow #1DB898
Tints of Mountain Meadow #1DB898
RGB
CMYK
RGB Variations
Color information
#1DB898 (or 0x1DB898) is known color: Mountain Meadow. HEX triplet: 1D, B8 and 98. RGB value is (29,184,152). Sum of RGB (Red+Green+Blue) = 29+184+152=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 184 (72.27% from 255 or 50.41% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB898 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB898 is #E24767. Grayscale: #858585. Windows color (decimal): -14829416 or 10008605. OLE color: 10008605.
HSL color Cylindrical-coordinate representation of color #1DB898: hue angle of 167.61º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB898 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 184 | 152 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.28 |
| HSL | 167.61º | 0.73% | 0.42% | - |
| HSV(B) | 167.61º | 0.84% | 0.72% | - |
| XYZ | 23.31 | 36.81 | 35.58 | - |
| YUV | 134.01 | 138.15 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 152 | 0.84 | 0 | 0.17 | 0.28 | 167.61 | 0.73 | 0.42 |
| Hex | 1D | B8 | 98 | 54 | 0 | 11 | 1C | A8 | 49 | 2A |
| Octal | 35 | 270 | 230 | 124 | 0 | 21 | 34 | 250 | 111 | 52 |
| Binary | 11101 | 10111000 | 10011000 | 1010100 | 0 | 10001 | 11100 | 10101000 | 1001001 | 101010 |
Color Harmonies of #1DB898
Complementary color
Monochromatic Colors of #1DB898
Black with #1DB898
Text Example
Text Example
White with #1DB898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB898; }
p { color: rgb(29,184,152); }
H1.HeaderClassName
{
color: #1DB898;
}
.AnyTagClassName
{
color: #1DB898;
}
</style>
background-color css
<style>
a { background-color: #1DB898; }
a { background-color: rgb(29,184,152); }
div.DivClassName
{
background-color: #1DB898;
}
.BgClassName
{
background-color: #1DB898;
}
</style>
border-color css
<style>
span { border-color: #1DB898; }
span { border-color: rgb(29,184,152); }
td.TdClassName
{
border-color: #1DB898;
}
.TagClassName
{
border-color: #1DB898;
}
</style>