Shades of Mountain Meadow #1DAF8C
Tints of Mountain Meadow #1DAF8C
RGB
CMYK
RGB Variations
Color information
#1DAF8C (or 0x1DAF8C) is known color: Mountain Meadow. HEX triplet: 1D, AF and 8C. RGB value is (29,175,140). Sum of RGB (Red+Green+Blue) = 29+175+140=344 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.43% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAF8C is #E25073. Grayscale: #7F7F7F. Windows color (decimal): -14831732 or 9219869. OLE color: 9219869.
HSL color Cylindrical-coordinate representation of color #1DAF8C: hue angle of 165.62º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAF8C is Cyan = 0.83, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 140 | - |
| CMYK | 0.83 | 0 | 0.2 | 0.31 |
| HSL | 165.62º | 0.72% | 0.4% | - |
| HSV(B) | 165.62º | 0.83% | 0.69% | - |
| XYZ | 20.57 | 32.81 | 30.06 | - |
| YUV | 127.36 | 135.13 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 140 | 0.83 | 0 | 0.2 | 0.31 | 165.62 | 0.72 | 0.4 |
| Hex | 1D | AF | 8C | 53 | 0 | 14 | 1F | A6 | 48 | 28 |
| Octal | 35 | 257 | 214 | 123 | 0 | 24 | 37 | 246 | 110 | 50 |
| Binary | 11101 | 10101111 | 10001100 | 1010011 | 0 | 10100 | 11111 | 10100110 | 1001000 | 101000 |
Color Harmonies of #1DAF8C
Complementary color
Monochromatic Colors of #1DAF8C
Black with #1DAF8C
Text Example
Text Example
White with #1DAF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF8C; }
p { color: rgb(29,175,140); }
H1.HeaderClassName
{
color: #1DAF8C;
}
.AnyTagClassName
{
color: #1DAF8C;
}
</style>
background-color css
<style>
a { background-color: #1DAF8C; }
a { background-color: rgb(29,175,140); }
div.DivClassName
{
background-color: #1DAF8C;
}
.BgClassName
{
background-color: #1DAF8C;
}
</style>
border-color css
<style>
span { border-color: #1DAF8C; }
span { border-color: rgb(29,175,140); }
td.TdClassName
{
border-color: #1DAF8C;
}
.TagClassName
{
border-color: #1DAF8C;
}
</style>