Shades of Niagara #1DA68C
Tints of Niagara #1DA68C
RGB
CMYK
RGB Variations
Color information
#1DA68C (or 0x1DA68C) is known color: Niagara. HEX triplet: 1D, A6 and 8C. RGB value is (29,166,140). Sum of RGB (Red+Green+Blue) = 29+166+140=335 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.66% from 335); Green value is 166 (65.23% from 255 or 49.55% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 166 - color contains mainly: green. Hex color #1DA68C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA68C is #E25973. Grayscale: #7A7A7A. Windows color (decimal): -14834036 or 9217565. OLE color: 9217565.
HSL color Cylindrical-coordinate representation of color #1DA68C: hue angle of 168.61º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA68C is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 166 | 140 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.35 |
| HSL | 168.61º | 0.7% | 0.38% | - |
| HSV(B) | 168.61º | 0.83% | 0.65% | - |
| XYZ | 18.88 | 29.43 | 29.5 | - |
| YUV | 122.07 | 138.11 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 166 | 140 | 0.83 | 0 | 0.16 | 0.35 | 168.61 | 0.7 | 0.38 |
| Hex | 1D | A6 | 8C | 53 | 0 | 10 | 23 | A9 | 46 | 26 |
| Octal | 35 | 246 | 214 | 123 | 0 | 20 | 43 | 251 | 106 | 46 |
| Binary | 11101 | 10100110 | 10001100 | 1010011 | 0 | 10000 | 100011 | 10101001 | 1000110 | 100110 |
Color Harmonies of #1DA68C
Complementary color
Monochromatic Colors of #1DA68C
Black with #1DA68C
Text Example
Text Example
White with #1DA68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA68C; }
p { color: rgb(29,166,140); }
H1.HeaderClassName
{
color: #1DA68C;
}
.AnyTagClassName
{
color: #1DA68C;
}
</style>
background-color css
<style>
a { background-color: #1DA68C; }
a { background-color: rgb(29,166,140); }
div.DivClassName
{
background-color: #1DA68C;
}
.BgClassName
{
background-color: #1DA68C;
}
</style>
border-color css
<style>
span { border-color: #1DA68C; }
span { border-color: rgb(29,166,140); }
td.TdClassName
{
border-color: #1DA68C;
}
.TagClassName
{
border-color: #1DA68C;
}
</style>