Shades of Niagara #1D997E
Tints of Niagara #1D997E
RGB
CMYK
RGB Variations
Color information
#1D997E (or 0x1D997E) is known color: Niagara. HEX triplet: 1D, 99 and 7E. RGB value is (29,153,126). Sum of RGB (Red+Green+Blue) = 29+153+126=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #1D997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D997E is #E26681. Grayscale: #707070. Windows color (decimal): -14837378 or 8296733. OLE color: 8296733.
HSL color Cylindrical-coordinate representation of color #1D997E: hue angle of 166.94º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D997E is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 29 | 153 | 126 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.4 |
| HSL | 166.94º | 0.68% | 0.36% | - |
| HSV(B) | 166.94º | 0.81% | 0.6% | - |
| XYZ | 15.66 | 24.55 | 23.65 | - |
| YUV | 112.85 | 135.42 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 153 | 126 | 0.81 | 0 | 0.18 | 0.4 | 166.94 | 0.68 | 0.36 |
| Hex | 1D | 99 | 7E | 51 | 0 | 12 | 28 | A7 | 44 | 24 |
| Octal | 35 | 231 | 176 | 121 | 0 | 22 | 50 | 247 | 104 | 44 |
| Binary | 11101 | 10011001 | 1111110 | 1010001 | 0 | 10010 | 101000 | 10100111 | 1000100 | 100100 |
Color Harmonies of #1D997E
Complementary color
Monochromatic Colors of #1D997E
Black with #1D997E
Text Example
Text Example
White with #1D997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D997E; }
p { color: rgb(29,153,126); }
H1.HeaderClassName
{
color: #1D997E;
}
.AnyTagClassName
{
color: #1D997E;
}
</style>
background-color css
<style>
a { background-color: #1D997E; }
a { background-color: rgb(29,153,126); }
div.DivClassName
{
background-color: #1D997E;
}
.BgClassName
{
background-color: #1D997E;
}
</style>
border-color css
<style>
span { border-color: #1D997E; }
span { border-color: rgb(29,153,126); }
td.TdClassName
{
border-color: #1D997E;
}
.TagClassName
{
border-color: #1D997E;
}
</style>