Shades of Niagara #1BA08E
Tints of Niagara #1BA08E
RGB
CMYK
RGB Variations
Color information
#1BA08E (or 0x1BA08E) is known color: Niagara. HEX triplet: 1B, A0 and 8E. RGB value is (27,160,142). Sum of RGB (Red+Green+Blue) = 27+160+142=329 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.21% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #1BA08E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA08E is #E45F71. Grayscale: #767676. Windows color (decimal): -14966642 or 9347099. OLE color: 9347099.
HSL color Cylindrical-coordinate representation of color #1BA08E: hue angle of 171.88º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1BA08E is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 27 | 160 | 142 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.37 |
| HSL | 171.88º | 0.71% | 0.37% | - |
| HSV(B) | 171.88º | 0.83% | 0.63% | - |
| XYZ | 17.91 | 27.33 | 29.92 | - |
| YUV | 118.18 | 141.44 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 160 | 142 | 0.83 | 0 | 0.11 | 0.37 | 171.88 | 0.71 | 0.37 |
| Hex | 1B | A0 | 8E | 53 | 0 | B | 25 | AC | 47 | 25 |
| Octal | 33 | 240 | 216 | 123 | 0 | 13 | 45 | 254 | 107 | 45 |
| Binary | 11011 | 10100000 | 10001110 | 1010011 | 0 | 1011 | 100101 | 10101100 | 1000111 | 100101 |
Color Harmonies of #1BA08E
Complementary color
Monochromatic Colors of #1BA08E
Black with #1BA08E
Text Example
Text Example
White with #1BA08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA08E; }
p { color: rgb(27,160,142); }
H1.HeaderClassName
{
color: #1BA08E;
}
.AnyTagClassName
{
color: #1BA08E;
}
</style>
background-color css
<style>
a { background-color: #1BA08E; }
a { background-color: rgb(27,160,142); }
div.DivClassName
{
background-color: #1BA08E;
}
.BgClassName
{
background-color: #1BA08E;
}
</style>
border-color css
<style>
span { border-color: #1BA08E; }
span { border-color: rgb(27,160,142); }
td.TdClassName
{
border-color: #1BA08E;
}
.TagClassName
{
border-color: #1BA08E;
}
</style>