Shades of Niagara #1DA08E
Tints of Niagara #1DA08E
RGB
CMYK
RGB Variations
Color information
#1DA08E (or 0x1DA08E) is known color: Niagara. HEX triplet: 1D, A0 and 8E. RGB value is (29,160,142). Sum of RGB (Red+Green+Blue) = 29+160+142=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA08E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA08E is #E25F71. Grayscale: #767676. Windows color (decimal): -14835570 or 9347101. OLE color: 9347101.
HSL color Cylindrical-coordinate representation of color #1DA08E: hue angle of 171.76º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA08E is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 142 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.37 |
| HSL | 171.76º | 0.69% | 0.37% | - |
| HSV(B) | 171.76º | 0.82% | 0.63% | - |
| XYZ | 17.96 | 27.36 | 29.92 | - |
| YUV | 118.78 | 141.1 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 142 | 0.82 | 0 | 0.11 | 0.37 | 171.76 | 0.69 | 0.37 |
| Hex | 1D | A0 | 8E | 52 | 0 | B | 25 | AC | 45 | 25 |
| Octal | 35 | 240 | 216 | 122 | 0 | 13 | 45 | 254 | 105 | 45 |
| Binary | 11101 | 10100000 | 10001110 | 1010010 | 0 | 1011 | 100101 | 10101100 | 1000101 | 100101 |
Color Harmonies of #1DA08E
Complementary color
Monochromatic Colors of #1DA08E
Black with #1DA08E
Text Example
Text Example
White with #1DA08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA08E; }
p { color: rgb(29,160,142); }
H1.HeaderClassName
{
color: #1DA08E;
}
.AnyTagClassName
{
color: #1DA08E;
}
</style>
background-color css
<style>
a { background-color: #1DA08E; }
a { background-color: rgb(29,160,142); }
div.DivClassName
{
background-color: #1DA08E;
}
.BgClassName
{
background-color: #1DA08E;
}
</style>
border-color css
<style>
span { border-color: #1DA08E; }
span { border-color: rgb(29,160,142); }
td.TdClassName
{
border-color: #1DA08E;
}
.TagClassName
{
border-color: #1DA08E;
}
</style>