Shades of Niagara #1DA488
Tints of Niagara #1DA488
RGB
CMYK
RGB Variations
Color information
#1DA488 (or 0x1DA488) is known color: Niagara. HEX triplet: 1D, A4 and 88. RGB value is (29,164,136). Sum of RGB (Red+Green+Blue) = 29+164+136=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 164 (64.45% from 255 or 49.85% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA488 is #E25B77. Grayscale: #787878. Windows color (decimal): -14834552 or 8954909. OLE color: 8954909.
HSL color Cylindrical-coordinate representation of color #1DA488: hue angle of 167.56º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA488 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 164 | 136 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.36 |
| HSL | 167.56º | 0.7% | 0.38% | - |
| HSV(B) | 167.56º | 0.82% | 0.64% | - |
| XYZ | 18.23 | 28.59 | 27.85 | - |
| YUV | 120.44 | 136.77 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 164 | 136 | 0.82 | 0 | 0.17 | 0.36 | 167.56 | 0.7 | 0.38 |
| Hex | 1D | A4 | 88 | 52 | 0 | 11 | 24 | A8 | 46 | 26 |
| Octal | 35 | 244 | 210 | 122 | 0 | 21 | 44 | 250 | 106 | 46 |
| Binary | 11101 | 10100100 | 10001000 | 1010010 | 0 | 10001 | 100100 | 10101000 | 1000110 | 100110 |
Color Harmonies of #1DA488
Complementary color
Monochromatic Colors of #1DA488
Black with #1DA488
Text Example
Text Example
White with #1DA488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA488; }
p { color: rgb(29,164,136); }
H1.HeaderClassName
{
color: #1DA488;
}
.AnyTagClassName
{
color: #1DA488;
}
</style>
background-color css
<style>
a { background-color: #1DA488; }
a { background-color: rgb(29,164,136); }
div.DivClassName
{
background-color: #1DA488;
}
.BgClassName
{
background-color: #1DA488;
}
</style>
border-color css
<style>
span { border-color: #1DA488; }
span { border-color: rgb(29,164,136); }
td.TdClassName
{
border-color: #1DA488;
}
.TagClassName
{
border-color: #1DA488;
}
</style>