Shades of Niagara #1BAB93
Tints of Niagara #1BAB93
RGB
CMYK
RGB Variations
Color information
#1BAB93 (or 0x1BAB93) is known color: Niagara. HEX triplet: 1B, AB and 93. RGB value is (27,171,147). Sum of RGB (Red+Green+Blue) = 27+171+147=345 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.83% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAB93 is #E4546C. Grayscale: #7D7D7D. Windows color (decimal): -14963821 or 9677595. OLE color: 9677595.
HSL color Cylindrical-coordinate representation of color #1BAB93: hue angle of 170º 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 #1BAB93 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 171 | 147 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.33 |
| HSL | 170º | 0.73% | 0.39% | - |
| HSV(B) | 170º | 0.84% | 0.67% | - |
| XYZ | 20.28 | 31.47 | 32.61 | - |
| YUV | 125.21 | 140.29 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 147 | 0.84 | 0 | 0.14 | 0.33 | 170 | 0.73 | 0.39 |
| Hex | 1B | AB | 93 | 54 | 0 | E | 21 | AA | 49 | 27 |
| Octal | 33 | 253 | 223 | 124 | 0 | 16 | 41 | 252 | 111 | 47 |
| Binary | 11011 | 10101011 | 10010011 | 1010100 | 0 | 1110 | 100001 | 10101010 | 1001001 | 100111 |
Color Harmonies of #1BAB93
Complementary color
Monochromatic Colors of #1BAB93
Black with #1BAB93
Text Example
Text Example
White with #1BAB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAB93; }
p { color: rgb(27,171,147); }
H1.HeaderClassName
{
color: #1BAB93;
}
.AnyTagClassName
{
color: #1BAB93;
}
</style>
background-color css
<style>
a { background-color: #1BAB93; }
a { background-color: rgb(27,171,147); }
div.DivClassName
{
background-color: #1BAB93;
}
.BgClassName
{
background-color: #1BAB93;
}
</style>
border-color css
<style>
span { border-color: #1BAB93; }
span { border-color: rgb(27,171,147); }
td.TdClassName
{
border-color: #1BAB93;
}
.TagClassName
{
border-color: #1BAB93;
}
</style>