Shades of Niagara #1DA58B
Tints of Niagara #1DA58B
RGB
CMYK
RGB Variations
Color information
#1DA58B (or 0x1DA58B) is known color: Niagara. HEX triplet: 1D, A5 and 8B. RGB value is (29,165,139). Sum of RGB (Red+Green+Blue) = 29+165+139=333 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.71% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA58B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA58B is #E25A74. Grayscale: #797979. Windows color (decimal): -14834293 or 9151773. OLE color: 9151773.
HSL color Cylindrical-coordinate representation of color #1DA58B: hue angle of 168.53º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA58B is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 139 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.35 |
| HSL | 168.53º | 0.7% | 0.38% | - |
| HSV(B) | 168.53º | 0.82% | 0.65% | - |
| XYZ | 18.62 | 29.04 | 29.05 | - |
| YUV | 121.37 | 137.94 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 139 | 0.82 | 0 | 0.16 | 0.35 | 168.53 | 0.7 | 0.38 |
| Hex | 1D | A5 | 8B | 52 | 0 | 10 | 23 | A9 | 46 | 26 |
| Octal | 35 | 245 | 213 | 122 | 0 | 20 | 43 | 251 | 106 | 46 |
| Binary | 11101 | 10100101 | 10001011 | 1010010 | 0 | 10000 | 100011 | 10101001 | 1000110 | 100110 |
Color Harmonies of #1DA58B
Complementary color
Monochromatic Colors of #1DA58B
Black with #1DA58B
Text Example
Text Example
White with #1DA58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA58B; }
p { color: rgb(29,165,139); }
H1.HeaderClassName
{
color: #1DA58B;
}
.AnyTagClassName
{
color: #1DA58B;
}
</style>
background-color css
<style>
a { background-color: #1DA58B; }
a { background-color: rgb(29,165,139); }
div.DivClassName
{
background-color: #1DA58B;
}
.BgClassName
{
background-color: #1DA58B;
}
</style>
border-color css
<style>
span { border-color: #1DA58B; }
span { border-color: rgb(29,165,139); }
td.TdClassName
{
border-color: #1DA58B;
}
.TagClassName
{
border-color: #1DA58B;
}
</style>