Shades of Niagara #1DB297
Tints of Niagara #1DB297
RGB
CMYK
RGB Variations
Color information
#1DB297 (or 0x1DB297) is known color: Niagara. HEX triplet: 1D, B2 and 97. RGB value is (29,178,151). Sum of RGB (Red+Green+Blue) = 29+178+151=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 178 (69.92% from 255 or 49.72% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DB297 is #E24D68. Grayscale: #828282. Windows color (decimal): -14830953 or 9941533. OLE color: 9941533.
HSL color Cylindrical-coordinate representation of color #1DB297: hue angle of 169.13º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB297 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 178 | 151 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.30 |
| HSL | 169.13º | 0.72% | 0.41% | - |
| HSV(B) | 169.13º | 0.84% | 0.7% | - |
| XYZ | 22.01 | 34.34 | 34.75 | - |
| YUV | 130.37 | 139.64 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 151 | 0.84 | 0 | 0.15 | 0.30 | 169.13 | 0.72 | 0.41 |
| Hex | 1D | B2 | 97 | 54 | 0 | F | 1E | A9 | 48 | 29 |
| Octal | 35 | 262 | 227 | 124 | 0 | 17 | 36 | 251 | 110 | 51 |
| Binary | 11101 | 10110010 | 10010111 | 1010100 | 0 | 1111 | 11110 | 10101001 | 1001000 | 101001 |
Color Harmonies of #1DB297
Complementary color
Monochromatic Colors of #1DB297
Black with #1DB297
Text Example
Text Example
White with #1DB297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB297; }
p { color: rgb(29,178,151); }
H1.HeaderClassName
{
color: #1DB297;
}
.AnyTagClassName
{
color: #1DB297;
}
</style>
background-color css
<style>
a { background-color: #1DB297; }
a { background-color: rgb(29,178,151); }
div.DivClassName
{
background-color: #1DB297;
}
.BgClassName
{
background-color: #1DB297;
}
</style>
border-color css
<style>
span { border-color: #1DB297; }
span { border-color: rgb(29,178,151); }
td.TdClassName
{
border-color: #1DB297;
}
.TagClassName
{
border-color: #1DB297;
}
</style>