Shades of Niagara #1DA593
Tints of Niagara #1DA593
RGB
CMYK
RGB Variations
Color information
#1DA593 (or 0x1DA593) is known color: Niagara. HEX triplet: 1D, A5 and 93. RGB value is (29,165,147). Sum of RGB (Red+Green+Blue) = 29+165+147=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA593 is #E25A6C. Grayscale: #7A7A7A. Windows color (decimal): -14834285 or 9676061. OLE color: 9676061.
HSL color Cylindrical-coordinate representation of color #1DA593: hue angle of 172.06º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA593 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 147 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.35 |
| HSL | 172.06º | 0.7% | 0.38% | - |
| HSV(B) | 172.06º | 0.82% | 0.65% | - |
| XYZ | 19.23 | 29.28 | 32.24 | - |
| YUV | 122.28 | 141.94 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 147 | 0.82 | 0 | 0.11 | 0.35 | 172.06 | 0.7 | 0.38 |
| Hex | 1D | A5 | 93 | 52 | 0 | B | 23 | AC | 46 | 26 |
| Octal | 35 | 245 | 223 | 122 | 0 | 13 | 43 | 254 | 106 | 46 |
| Binary | 11101 | 10100101 | 10010011 | 1010010 | 0 | 1011 | 100011 | 10101100 | 1000110 | 100110 |
Color Harmonies of #1DA593
Complementary color
Monochromatic Colors of #1DA593
Black with #1DA593
Text Example
Text Example
White with #1DA593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA593; }
p { color: rgb(29,165,147); }
H1.HeaderClassName
{
color: #1DA593;
}
.AnyTagClassName
{
color: #1DA593;
}
</style>
background-color css
<style>
a { background-color: #1DA593; }
a { background-color: rgb(29,165,147); }
div.DivClassName
{
background-color: #1DA593;
}
.BgClassName
{
background-color: #1DA593;
}
</style>
border-color css
<style>
span { border-color: #1DA593; }
span { border-color: rgb(29,165,147); }
td.TdClassName
{
border-color: #1DA593;
}
.TagClassName
{
border-color: #1DA593;
}
</style>