Shades of Niagara #1D9F88
Tints of Niagara #1D9F88
RGB
CMYK
RGB Variations
Color information
#1D9F88 (or 0x1D9F88) is known color: Niagara. HEX triplet: 1D, 9F and 88. RGB value is (29,159,136). Sum of RGB (Red+Green+Blue) = 29+159+136=324 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.95% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #1D9F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9F88 is #E26077. Grayscale: #757575. Windows color (decimal): -14835832 or 8953629. OLE color: 8953629.
HSL color Cylindrical-coordinate representation of color #1D9F88: hue angle of 169.38º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D9F88 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 159 | 136 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.38 |
| HSL | 169.38º | 0.69% | 0.37% | - |
| HSV(B) | 169.38º | 0.82% | 0.62% | - |
| XYZ | 17.35 | 26.84 | 27.56 | - |
| YUV | 117.51 | 138.43 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 159 | 136 | 0.82 | 0 | 0.14 | 0.38 | 169.38 | 0.69 | 0.37 |
| Hex | 1D | 9F | 88 | 52 | 0 | E | 26 | A9 | 45 | 25 |
| Octal | 35 | 237 | 210 | 122 | 0 | 16 | 46 | 251 | 105 | 45 |
| Binary | 11101 | 10011111 | 10001000 | 1010010 | 0 | 1110 | 100110 | 10101001 | 1000101 | 100101 |
Color Harmonies of #1D9F88
Complementary color
Monochromatic Colors of #1D9F88
Black with #1D9F88
Text Example
Text Example
White with #1D9F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9F88; }
p { color: rgb(29,159,136); }
H1.HeaderClassName
{
color: #1D9F88;
}
.AnyTagClassName
{
color: #1D9F88;
}
</style>
background-color css
<style>
a { background-color: #1D9F88; }
a { background-color: rgb(29,159,136); }
div.DivClassName
{
background-color: #1D9F88;
}
.BgClassName
{
background-color: #1D9F88;
}
</style>
border-color css
<style>
span { border-color: #1D9F88; }
span { border-color: rgb(29,159,136); }
td.TdClassName
{
border-color: #1D9F88;
}
.TagClassName
{
border-color: #1D9F88;
}
</style>