Shades of Niagara #1DA183
Tints of Niagara #1DA183
RGB
CMYK
RGB Variations
Color information
#1DA183 (or 0x1DA183) is known color: Niagara. HEX triplet: 1D, A1 and 83. RGB value is (29,161,131). Sum of RGB (Red+Green+Blue) = 29+161+131=321 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.03% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA183 is #E25E7C. Grayscale: #767676. Windows color (decimal): -14835325 or 8626461. OLE color: 8626461.
HSL color Cylindrical-coordinate representation of color #1DA183: hue angle of 166.36º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA183 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 131 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.37 |
| HSL | 166.36º | 0.69% | 0.37% | - |
| HSV(B) | 166.36º | 0.82% | 0.63% | - |
| XYZ | 17.35 | 27.39 | 25.85 | - |
| YUV | 118.11 | 135.27 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 131 | 0.82 | 0 | 0.19 | 0.37 | 166.36 | 0.69 | 0.37 |
| Hex | 1D | A1 | 83 | 52 | 0 | 13 | 25 | A6 | 45 | 25 |
| Octal | 35 | 241 | 203 | 122 | 0 | 23 | 45 | 246 | 105 | 45 |
| Binary | 11101 | 10100001 | 10000011 | 1010010 | 0 | 10011 | 100101 | 10100110 | 1000101 | 100101 |
Color Harmonies of #1DA183
Complementary color
Monochromatic Colors of #1DA183
Black with #1DA183
Text Example
Text Example
White with #1DA183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA183; }
p { color: rgb(29,161,131); }
H1.HeaderClassName
{
color: #1DA183;
}
.AnyTagClassName
{
color: #1DA183;
}
</style>
background-color css
<style>
a { background-color: #1DA183; }
a { background-color: rgb(29,161,131); }
div.DivClassName
{
background-color: #1DA183;
}
.BgClassName
{
background-color: #1DA183;
}
</style>
border-color css
<style>
span { border-color: #1DA183; }
span { border-color: rgb(29,161,131); }
td.TdClassName
{
border-color: #1DA183;
}
.TagClassName
{
border-color: #1DA183;
}
</style>