Shades of Niagara #1DA083
Tints of Niagara #1DA083
RGB
CMYK
RGB Variations
Color information
#1DA083 (or 0x1DA083) is known color: Niagara. HEX triplet: 1D, A0 and 83. RGB value is (29,160,131). Sum of RGB (Red+Green+Blue) = 29+160+131=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 160 (62.89% from 255 or 50% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA083 is #E25F7C. Grayscale: #757575. Windows color (decimal): -14835581 or 8626205. OLE color: 8626205.
HSL color Cylindrical-coordinate representation of color #1DA083: hue angle of 166.72º 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 #1DA083 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 131 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.37 |
| HSL | 166.72º | 0.69% | 0.37% | - |
| HSV(B) | 166.72º | 0.82% | 0.63% | - |
| XYZ | 17.17 | 27.04 | 25.79 | - |
| YUV | 117.53 | 135.6 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 131 | 0.82 | 0 | 0.18 | 0.37 | 166.72 | 0.69 | 0.37 |
| Hex | 1D | A0 | 83 | 52 | 0 | 12 | 25 | A7 | 45 | 25 |
| Octal | 35 | 240 | 203 | 122 | 0 | 22 | 45 | 247 | 105 | 45 |
| Binary | 11101 | 10100000 | 10000011 | 1010010 | 0 | 10010 | 100101 | 10100111 | 1000101 | 100101 |
Color Harmonies of #1DA083
Complementary color
Monochromatic Colors of #1DA083
Black with #1DA083
Text Example
Text Example
White with #1DA083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA083; }
p { color: rgb(29,160,131); }
H1.HeaderClassName
{
color: #1DA083;
}
.AnyTagClassName
{
color: #1DA083;
}
</style>
background-color css
<style>
a { background-color: #1DA083; }
a { background-color: rgb(29,160,131); }
div.DivClassName
{
background-color: #1DA083;
}
.BgClassName
{
background-color: #1DA083;
}
</style>
border-color css
<style>
span { border-color: #1DA083; }
span { border-color: rgb(29,160,131); }
td.TdClassName
{
border-color: #1DA083;
}
.TagClassName
{
border-color: #1DA083;
}
</style>