Shades of Niagara #1D9682
Tints of Niagara #1D9682
RGB
CMYK
RGB Variations
Color information
#1D9682 (or 0x1D9682) is known color: Niagara. HEX triplet: 1D, 96 and 82. RGB value is (29,150,130). Sum of RGB (Red+Green+Blue) = 29+150+130=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #1D9682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9682 is #E2697D. Grayscale: #6F6F6F. Windows color (decimal): -14838142 or 8558109. OLE color: 8558109.
HSL color Cylindrical-coordinate representation of color #1D9682: hue angle of 170.08º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9682 is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 150 | 130 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.41 |
| HSL | 170.08º | 0.68% | 0.35% | - |
| HSV(B) | 170.08º | 0.81% | 0.59% | - |
| XYZ | 15.44 | 23.69 | 24.88 | - |
| YUV | 111.54 | 138.41 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 150 | 130 | 0.81 | 0 | 0.13 | 0.41 | 170.08 | 0.68 | 0.35 |
| Hex | 1D | 96 | 82 | 51 | 0 | D | 29 | AA | 44 | 23 |
| Octal | 35 | 226 | 202 | 121 | 0 | 15 | 51 | 252 | 104 | 43 |
| Binary | 11101 | 10010110 | 10000010 | 1010001 | 0 | 1101 | 101001 | 10101010 | 1000100 | 100011 |
Color Harmonies of #1D9682
Complementary color
Monochromatic Colors of #1D9682
Black with #1D9682
Text Example
Text Example
White with #1D9682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9682; }
p { color: rgb(29,150,130); }
H1.HeaderClassName
{
color: #1D9682;
}
.AnyTagClassName
{
color: #1D9682;
}
</style>
background-color css
<style>
a { background-color: #1D9682; }
a { background-color: rgb(29,150,130); }
div.DivClassName
{
background-color: #1D9682;
}
.BgClassName
{
background-color: #1D9682;
}
</style>
border-color css
<style>
span { border-color: #1D9682; }
span { border-color: rgb(29,150,130); }
td.TdClassName
{
border-color: #1D9682;
}
.TagClassName
{
border-color: #1D9682;
}
</style>