Shades of Niagara #1DAB96
Tints of Niagara #1DAB96
RGB
CMYK
RGB Variations
Color information
#1DAB96 (or 0x1DAB96) is known color: Niagara. HEX triplet: 1D, AB and 96. RGB value is (29,171,150). Sum of RGB (Red+Green+Blue) = 29+171+150=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #1DAB96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAB96 is #E25469. Grayscale: #7E7E7E. Windows color (decimal): -14832746 or 9874205. OLE color: 9874205.
HSL color Cylindrical-coordinate representation of color #1DAB96: hue angle of 171.13º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAB96 is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 171 | 150 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.33 |
| HSL | 171.13º | 0.71% | 0.39% | - |
| HSV(B) | 171.13º | 0.83% | 0.67% | - |
| XYZ | 20.57 | 31.59 | 33.87 | - |
| YUV | 126.15 | 141.46 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 171 | 150 | 0.83 | 0 | 0.12 | 0.33 | 171.13 | 0.71 | 0.39 |
| Hex | 1D | AB | 96 | 53 | 0 | C | 21 | AB | 47 | 27 |
| Octal | 35 | 253 | 226 | 123 | 0 | 14 | 41 | 253 | 107 | 47 |
| Binary | 11101 | 10101011 | 10010110 | 1010011 | 0 | 1100 | 100001 | 10101011 | 1000111 | 100111 |
Color Harmonies of #1DAB96
Complementary color
Monochromatic Colors of #1DAB96
Black with #1DAB96
Text Example
Text Example
White with #1DAB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAB96; }
p { color: rgb(29,171,150); }
H1.HeaderClassName
{
color: #1DAB96;
}
.AnyTagClassName
{
color: #1DAB96;
}
</style>
background-color css
<style>
a { background-color: #1DAB96; }
a { background-color: rgb(29,171,150); }
div.DivClassName
{
background-color: #1DAB96;
}
.BgClassName
{
background-color: #1DAB96;
}
</style>
border-color css
<style>
span { border-color: #1DAB96; }
span { border-color: rgb(29,171,150); }
td.TdClassName
{
border-color: #1DAB96;
}
.TagClassName
{
border-color: #1DAB96;
}
</style>