Shades of Niagara #1BA98E
Tints of Niagara #1BA98E
RGB
CMYK
RGB Variations
Color information
#1BA98E (or 0x1BA98E) is known color: Niagara. HEX triplet: 1B, A9 and 8E. RGB value is (27,169,142). Sum of RGB (Red+Green+Blue) = 27+169+142=338 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.99% from 338); Green value is 169 (66.41% from 255 or 50% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 169 - color contains mainly: green. Hex color #1BA98E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA98E is #E45671. Grayscale: #7B7B7B. Windows color (decimal): -14964338 or 9349403. OLE color: 9349403.
HSL color Cylindrical-coordinate representation of color #1BA98E: hue angle of 168.59º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA98E is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 27 | 169 | 142 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.34 |
| HSL | 168.59º | 0.72% | 0.38% | - |
| HSV(B) | 168.59º | 0.84% | 0.66% | - |
| XYZ | 19.52 | 30.56 | 30.46 | - |
| YUV | 123.46 | 138.46 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 169 | 142 | 0.84 | 0 | 0.16 | 0.34 | 168.59 | 0.72 | 0.38 |
| Hex | 1B | A9 | 8E | 54 | 0 | 10 | 22 | A9 | 48 | 26 |
| Octal | 33 | 251 | 216 | 124 | 0 | 20 | 42 | 251 | 110 | 46 |
| Binary | 11011 | 10101001 | 10001110 | 1010100 | 0 | 10000 | 100010 | 10101001 | 1001000 | 100110 |
Color Harmonies of #1BA98E
Complementary color
Monochromatic Colors of #1BA98E
Black with #1BA98E
Text Example
Text Example
White with #1BA98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA98E; }
p { color: rgb(27,169,142); }
H1.HeaderClassName
{
color: #1BA98E;
}
.AnyTagClassName
{
color: #1BA98E;
}
</style>
background-color css
<style>
a { background-color: #1BA98E; }
a { background-color: rgb(27,169,142); }
div.DivClassName
{
background-color: #1BA98E;
}
.BgClassName
{
background-color: #1BA98E;
}
</style>
border-color css
<style>
span { border-color: #1BA98E; }
span { border-color: rgb(27,169,142); }
td.TdClassName
{
border-color: #1BA98E;
}
.TagClassName
{
border-color: #1BA98E;
}
</style>