Shades of Niagara #1D9B88
Tints of Niagara #1D9B88
RGB
CMYK
RGB Variations
Color information
#1D9B88 (or 0x1D9B88) is known color: Niagara. HEX triplet: 1D, 9B and 88. RGB value is (29,155,136). Sum of RGB (Red+Green+Blue) = 29+155+136=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #1D9B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9B88 is #E26477. Grayscale: #737373. Windows color (decimal): -14836856 or 8952605. OLE color: 8952605.
HSL color Cylindrical-coordinate representation of color #1D9B88: hue angle of 170.95º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9B88 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 155 | 136 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.39 |
| HSL | 170.95º | 0.68% | 0.36% | - |
| HSV(B) | 170.95º | 0.81% | 0.61% | - |
| XYZ | 16.67 | 25.48 | 27.33 | - |
| YUV | 115.16 | 139.76 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 155 | 136 | 0.81 | 0 | 0.12 | 0.39 | 170.95 | 0.68 | 0.36 |
| Hex | 1D | 9B | 88 | 51 | 0 | C | 27 | AB | 44 | 24 |
| Octal | 35 | 233 | 210 | 121 | 0 | 14 | 47 | 253 | 104 | 44 |
| Binary | 11101 | 10011011 | 10001000 | 1010001 | 0 | 1100 | 100111 | 10101011 | 1000100 | 100100 |
Color Harmonies of #1D9B88
Complementary color
Monochromatic Colors of #1D9B88
Black with #1D9B88
Text Example
Text Example
White with #1D9B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9B88; }
p { color: rgb(29,155,136); }
H1.HeaderClassName
{
color: #1D9B88;
}
.AnyTagClassName
{
color: #1D9B88;
}
</style>
background-color css
<style>
a { background-color: #1D9B88; }
a { background-color: rgb(29,155,136); }
div.DivClassName
{
background-color: #1D9B88;
}
.BgClassName
{
background-color: #1D9B88;
}
</style>
border-color css
<style>
span { border-color: #1D9B88; }
span { border-color: rgb(29,155,136); }
td.TdClassName
{
border-color: #1D9B88;
}
.TagClassName
{
border-color: #1D9B88;
}
</style>