Shades of Niagara #1D9C8A
Tints of Niagara #1D9C8A
RGB
CMYK
RGB Variations
Color information
#1D9C8A (or 0x1D9C8A) is known color: Niagara. HEX triplet: 1D, 9C and 8A. RGB value is (29,156,138). Sum of RGB (Red+Green+Blue) = 29+156+138=323 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.98% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 156 - color contains mainly: green. Hex color #1D9C8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9C8A is #E26375. Grayscale: #737373. Windows color (decimal): -14836598 or 9083933. OLE color: 9083933.
HSL color Cylindrical-coordinate representation of color #1D9C8A: hue angle of 171.5º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9C8A is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 156 | 138 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.39 |
| HSL | 171.5º | 0.69% | 0.36% | - |
| HSV(B) | 171.5º | 0.81% | 0.61% | - |
| XYZ | 16.98 | 25.87 | 28.14 | - |
| YUV | 115.98 | 140.42 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 156 | 138 | 0.81 | 0 | 0.12 | 0.39 | 171.5 | 0.69 | 0.36 |
| Hex | 1D | 9C | 8A | 51 | 0 | C | 27 | AB | 45 | 24 |
| Octal | 35 | 234 | 212 | 121 | 0 | 14 | 47 | 253 | 105 | 44 |
| Binary | 11101 | 10011100 | 10001010 | 1010001 | 0 | 1100 | 100111 | 10101011 | 1000101 | 100100 |
Color Harmonies of #1D9C8A
Complementary color
Monochromatic Colors of #1D9C8A
Black with #1D9C8A
Text Example
Text Example
White with #1D9C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9C8A; }
p { color: rgb(29,156,138); }
H1.HeaderClassName
{
color: #1D9C8A;
}
.AnyTagClassName
{
color: #1D9C8A;
}
</style>
background-color css
<style>
a { background-color: #1D9C8A; }
a { background-color: rgb(29,156,138); }
div.DivClassName
{
background-color: #1D9C8A;
}
.BgClassName
{
background-color: #1D9C8A;
}
</style>
border-color css
<style>
span { border-color: #1D9C8A; }
span { border-color: rgb(29,156,138); }
td.TdClassName
{
border-color: #1D9C8A;
}
.TagClassName
{
border-color: #1D9C8A;
}
</style>