Shades of Niagara #1D9D88
Tints of Niagara #1D9D88
RGB
CMYK
RGB Variations
Color information
#1D9D88 (or 0x1D9D88) is known color: Niagara. HEX triplet: 1D, 9D and 88. RGB value is (29,157,136). Sum of RGB (Red+Green+Blue) = 29+157+136=322 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.01% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 157 - color contains mainly: green. Hex color #1D9D88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9D88 is #E26277. Grayscale: #747474. Windows color (decimal): -14836344 or 8953117. OLE color: 8953117.
HSL color Cylindrical-coordinate representation of color #1D9D88: hue angle of 170.16º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D9D88 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 157 | 136 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.38 |
| HSL | 170.16º | 0.69% | 0.36% | - |
| HSV(B) | 170.16º | 0.82% | 0.62% | - |
| XYZ | 17.01 | 26.15 | 27.44 | - |
| YUV | 116.33 | 139.09 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 157 | 136 | 0.82 | 0 | 0.13 | 0.38 | 170.16 | 0.69 | 0.36 |
| Hex | 1D | 9D | 88 | 52 | 0 | D | 26 | AA | 45 | 24 |
| Octal | 35 | 235 | 210 | 122 | 0 | 15 | 46 | 252 | 105 | 44 |
| Binary | 11101 | 10011101 | 10001000 | 1010010 | 0 | 1101 | 100110 | 10101010 | 1000101 | 100100 |
Color Harmonies of #1D9D88
Complementary color
Monochromatic Colors of #1D9D88
Black with #1D9D88
Text Example
Text Example
White with #1D9D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9D88; }
p { color: rgb(29,157,136); }
H1.HeaderClassName
{
color: #1D9D88;
}
.AnyTagClassName
{
color: #1D9D88;
}
</style>
background-color css
<style>
a { background-color: #1D9D88; }
a { background-color: rgb(29,157,136); }
div.DivClassName
{
background-color: #1D9D88;
}
.BgClassName
{
background-color: #1D9D88;
}
</style>
border-color css
<style>
span { border-color: #1D9D88; }
span { border-color: rgb(29,157,136); }
td.TdClassName
{
border-color: #1D9D88;
}
.TagClassName
{
border-color: #1D9D88;
}
</style>