Shades of Niagara #1B997F
Tints of Niagara #1B997F
RGB
CMYK
RGB Variations
Color information
#1B997F (or 0x1B997F) is known color: Niagara. HEX triplet: 1B, 99 and 7F. RGB value is (27,153,127). Sum of RGB (Red+Green+Blue) = 27+153+127=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #1B997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B997F is #E46680. Grayscale: #707070. Windows color (decimal): -14968449 or 8362267. OLE color: 8362267.
HSL color Cylindrical-coordinate representation of color #1B997F: hue angle of 167.62º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B997F is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 153 | 127 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.4 |
| HSL | 167.62º | 0.7% | 0.35% | - |
| HSV(B) | 167.62º | 0.82% | 0.6% | - |
| XYZ | 15.67 | 24.55 | 23.99 | - |
| YUV | 112.36 | 136.26 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 153 | 127 | 0.82 | 0 | 0.17 | 0.4 | 167.62 | 0.7 | 0.35 |
| Hex | 1B | 99 | 7F | 52 | 0 | 11 | 28 | A8 | 46 | 23 |
| Octal | 33 | 231 | 177 | 122 | 0 | 21 | 50 | 250 | 106 | 43 |
| Binary | 11011 | 10011001 | 1111111 | 1010010 | 0 | 10001 | 101000 | 10101000 | 1000110 | 100011 |
Color Harmonies of #1B997F
Complementary color
Monochromatic Colors of #1B997F
Black with #1B997F
Text Example
Text Example
White with #1B997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B997F; }
p { color: rgb(27,153,127); }
H1.HeaderClassName
{
color: #1B997F;
}
.AnyTagClassName
{
color: #1B997F;
}
</style>
background-color css
<style>
a { background-color: #1B997F; }
a { background-color: rgb(27,153,127); }
div.DivClassName
{
background-color: #1B997F;
}
.BgClassName
{
background-color: #1B997F;
}
</style>
border-color css
<style>
span { border-color: #1B997F; }
span { border-color: rgb(27,153,127); }
td.TdClassName
{
border-color: #1B997F;
}
.TagClassName
{
border-color: #1B997F;
}
</style>