Shades of Niagara #1D9C83
Tints of Niagara #1D9C83
RGB
CMYK
RGB Variations
Color information
#1D9C83 (or 0x1D9C83) is known color: Niagara. HEX triplet: 1D, 9C and 83. RGB value is (29,156,131). Sum of RGB (Red+Green+Blue) = 29+156+131=316 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.18% from 316); Green value is 156 (61.33% from 255 or 49.37% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 156 - color contains mainly: green. Hex color #1D9C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9C83 is #E2637C. Grayscale: #737373. Windows color (decimal): -14836605 or 8625181. OLE color: 8625181.
HSL color Cylindrical-coordinate representation of color #1D9C83: hue angle of 168.19º degrees, saturation: 0.69, 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 #1D9C83 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 156 | 131 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.39 |
| HSL | 168.19º | 0.69% | 0.36% | - |
| HSV(B) | 168.19º | 0.81% | 0.61% | - |
| XYZ | 16.49 | 25.68 | 25.56 | - |
| YUV | 115.18 | 136.92 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 156 | 131 | 0.81 | 0 | 0.16 | 0.39 | 168.19 | 0.69 | 0.36 |
| Hex | 1D | 9C | 83 | 51 | 0 | 10 | 27 | A8 | 45 | 24 |
| Octal | 35 | 234 | 203 | 121 | 0 | 20 | 47 | 250 | 105 | 44 |
| Binary | 11101 | 10011100 | 10000011 | 1010001 | 0 | 10000 | 100111 | 10101000 | 1000101 | 100100 |
Color Harmonies of #1D9C83
Complementary color
Monochromatic Colors of #1D9C83
Black with #1D9C83
Text Example
Text Example
White with #1D9C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9C83; }
p { color: rgb(29,156,131); }
H1.HeaderClassName
{
color: #1D9C83;
}
.AnyTagClassName
{
color: #1D9C83;
}
</style>
background-color css
<style>
a { background-color: #1D9C83; }
a { background-color: rgb(29,156,131); }
div.DivClassName
{
background-color: #1D9C83;
}
.BgClassName
{
background-color: #1D9C83;
}
</style>
border-color css
<style>
span { border-color: #1D9C83; }
span { border-color: rgb(29,156,131); }
td.TdClassName
{
border-color: #1D9C83;
}
.TagClassName
{
border-color: #1D9C83;
}
</style>