Shades of Niagara #1B9A80
Tints of Niagara #1B9A80
RGB
CMYK
RGB Variations
Color information
#1B9A80 (or 0x1B9A80) is known color: Niagara. HEX triplet: 1B, 9A and 80. RGB value is (27,154,128). Sum of RGB (Red+Green+Blue) = 27+154+128=309 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.74% from 309); Green value is 154 (60.55% from 255 or 49.84% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 154 - color contains mainly: green. Hex color #1B9A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9A80 is #E4657F. Grayscale: #717171. Windows color (decimal): -14968192 or 8428059. OLE color: 8428059.
HSL color Cylindrical-coordinate representation of color #1B9A80: hue angle of 167.72º 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 #1B9A80 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 154 | 128 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.40 |
| HSL | 167.72º | 0.7% | 0.35% | - |
| HSV(B) | 167.72º | 0.82% | 0.6% | - |
| XYZ | 15.9 | 24.9 | 24.39 | - |
| YUV | 113.06 | 136.42 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 154 | 128 | 0.82 | 0 | 0.17 | 0.40 | 167.72 | 0.7 | 0.35 |
| Hex | 1B | 9A | 80 | 52 | 0 | 11 | 28 | A8 | 46 | 23 |
| Octal | 33 | 232 | 200 | 122 | 0 | 21 | 50 | 250 | 106 | 43 |
| Binary | 11011 | 10011010 | 10000000 | 1010010 | 0 | 10001 | 101000 | 10101000 | 1000110 | 100011 |
Color Harmonies of #1B9A80
Complementary color
Monochromatic Colors of #1B9A80
Black with #1B9A80
Text Example
Text Example
White with #1B9A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9A80; }
p { color: rgb(27,154,128); }
H1.HeaderClassName
{
color: #1B9A80;
}
.AnyTagClassName
{
color: #1B9A80;
}
</style>
background-color css
<style>
a { background-color: #1B9A80; }
a { background-color: rgb(27,154,128); }
div.DivClassName
{
background-color: #1B9A80;
}
.BgClassName
{
background-color: #1B9A80;
}
</style>
border-color css
<style>
span { border-color: #1B9A80; }
span { border-color: rgb(27,154,128); }
td.TdClassName
{
border-color: #1B9A80;
}
.TagClassName
{
border-color: #1B9A80;
}
</style>