Shades of Niagara #1BAB94
Tints of Niagara #1BAB94
RGB
CMYK
RGB Variations
Color information
#1BAB94 (or 0x1BAB94) is known color: Niagara. HEX triplet: 1B, AB and 94. RGB value is (27,171,148). Sum of RGB (Red+Green+Blue) = 27+171+148=346 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.80% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAB94 is #E4546B. Grayscale: #7D7D7D. Windows color (decimal): -14963820 or 9743131. OLE color: 9743131.
HSL color Cylindrical-coordinate representation of color #1BAB94: hue angle of 170.42º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAB94 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 171 | 148 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.33 |
| HSL | 170.42º | 0.73% | 0.39% | - |
| HSV(B) | 170.42º | 0.84% | 0.67% | - |
| XYZ | 20.36 | 31.5 | 33.02 | - |
| YUV | 125.32 | 140.79 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 148 | 0.84 | 0 | 0.13 | 0.33 | 170.42 | 0.73 | 0.39 |
| Hex | 1B | AB | 94 | 54 | 0 | D | 21 | AA | 49 | 27 |
| Octal | 33 | 253 | 224 | 124 | 0 | 15 | 41 | 252 | 111 | 47 |
| Binary | 11011 | 10101011 | 10010100 | 1010100 | 0 | 1101 | 100001 | 10101010 | 1001001 | 100111 |
Color Harmonies of #1BAB94
Complementary color
Monochromatic Colors of #1BAB94
Black with #1BAB94
Text Example
Text Example
White with #1BAB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAB94; }
p { color: rgb(27,171,148); }
H1.HeaderClassName
{
color: #1BAB94;
}
.AnyTagClassName
{
color: #1BAB94;
}
</style>
background-color css
<style>
a { background-color: #1BAB94; }
a { background-color: rgb(27,171,148); }
div.DivClassName
{
background-color: #1BAB94;
}
.BgClassName
{
background-color: #1BAB94;
}
</style>
border-color css
<style>
span { border-color: #1BAB94; }
span { border-color: rgb(27,171,148); }
td.TdClassName
{
border-color: #1BAB94;
}
.TagClassName
{
border-color: #1BAB94;
}
</style>