Shades of Niagara #1DA08B
Tints of Niagara #1DA08B
RGB
CMYK
RGB Variations
Color information
#1DA08B (or 0x1DA08B) is known color: Niagara. HEX triplet: 1D, A0 and 8B. RGB value is (29,160,139). Sum of RGB (Red+Green+Blue) = 29+160+139=328 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.84% from 328); Green value is 160 (62.89% from 255 or 48.78% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA08B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA08B is #E25F74. Grayscale: #767676. Windows color (decimal): -14835573 or 9150493. OLE color: 9150493.
HSL color Cylindrical-coordinate representation of color #1DA08B: hue angle of 170.38º 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 #1DA08B is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 139 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.37 |
| HSL | 170.38º | 0.69% | 0.37% | - |
| HSV(B) | 170.38º | 0.82% | 0.63% | - |
| XYZ | 17.74 | 27.27 | 28.75 | - |
| YUV | 118.44 | 139.6 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 139 | 0.82 | 0 | 0.13 | 0.37 | 170.38 | 0.69 | 0.37 |
| Hex | 1D | A0 | 8B | 52 | 0 | D | 25 | AA | 45 | 25 |
| Octal | 35 | 240 | 213 | 122 | 0 | 15 | 45 | 252 | 105 | 45 |
| Binary | 11101 | 10100000 | 10001011 | 1010010 | 0 | 1101 | 100101 | 10101010 | 1000101 | 100101 |
Color Harmonies of #1DA08B
Complementary color
Monochromatic Colors of #1DA08B
Black with #1DA08B
Text Example
Text Example
White with #1DA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA08B; }
p { color: rgb(29,160,139); }
H1.HeaderClassName
{
color: #1DA08B;
}
.AnyTagClassName
{
color: #1DA08B;
}
</style>
background-color css
<style>
a { background-color: #1DA08B; }
a { background-color: rgb(29,160,139); }
div.DivClassName
{
background-color: #1DA08B;
}
.BgClassName
{
background-color: #1DA08B;
}
</style>
border-color css
<style>
span { border-color: #1DA08B; }
span { border-color: rgb(29,160,139); }
td.TdClassName
{
border-color: #1DA08B;
}
.TagClassName
{
border-color: #1DA08B;
}
</style>