Shades of Niagara #1BAB8F
Tints of Niagara #1BAB8F
RGB
CMYK
RGB Variations
Color information
#1BAB8F (or 0x1BAB8F) is known color: Niagara. HEX triplet: 1B, AB and 8F. RGB value is (27,171,143). Sum of RGB (Red+Green+Blue) = 27+171+143=341 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.92% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAB8F is #E45470. Grayscale: #7C7C7C. Windows color (decimal): -14963825 or 9415451. OLE color: 9415451.
HSL color Cylindrical-coordinate representation of color #1BAB8F: hue angle of 168.33º 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 #1BAB8F is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 171 | 143 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.33 |
| HSL | 168.33º | 0.73% | 0.39% | - |
| HSV(B) | 168.33º | 0.84% | 0.67% | - |
| XYZ | 19.97 | 31.34 | 30.98 | - |
| YUV | 124.75 | 138.29 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 143 | 0.84 | 0 | 0.16 | 0.33 | 168.33 | 0.73 | 0.39 |
| Hex | 1B | AB | 8F | 54 | 0 | 10 | 21 | A8 | 49 | 27 |
| Octal | 33 | 253 | 217 | 124 | 0 | 20 | 41 | 250 | 111 | 47 |
| Binary | 11011 | 10101011 | 10001111 | 1010100 | 0 | 10000 | 100001 | 10101000 | 1001001 | 100111 |
Color Harmonies of #1BAB8F
Complementary color
Monochromatic Colors of #1BAB8F
Black with #1BAB8F
Text Example
Text Example
White with #1BAB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAB8F; }
p { color: rgb(27,171,143); }
H1.HeaderClassName
{
color: #1BAB8F;
}
.AnyTagClassName
{
color: #1BAB8F;
}
</style>
background-color css
<style>
a { background-color: #1BAB8F; }
a { background-color: rgb(27,171,143); }
div.DivClassName
{
background-color: #1BAB8F;
}
.BgClassName
{
background-color: #1BAB8F;
}
</style>
border-color css
<style>
span { border-color: #1BAB8F; }
span { border-color: rgb(27,171,143); }
td.TdClassName
{
border-color: #1BAB8F;
}
.TagClassName
{
border-color: #1BAB8F;
}
</style>