Shades of Niagara #1B9E8B
Tints of Niagara #1B9E8B
RGB
CMYK
RGB Variations
Color information
#1B9E8B (or 0x1B9E8B) is known color: Niagara. HEX triplet: 1B, 9E and 8B. RGB value is (27,158,139). Sum of RGB (Red+Green+Blue) = 27+158+139=324 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.33% from 324); Green value is 158 (62.11% from 255 or 48.77% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 158 - color contains mainly: green. Hex color #1B9E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9E8B is #E46174. Grayscale: #747474. Windows color (decimal): -14967157 or 9149979. OLE color: 9149979.
HSL color Cylindrical-coordinate representation of color #1B9E8B: hue angle of 171.3º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B9E8B is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 158 | 139 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.38 |
| HSL | 171.3º | 0.71% | 0.36% | - |
| HSV(B) | 171.3º | 0.83% | 0.62% | - |
| XYZ | 17.34 | 26.55 | 28.64 | - |
| YUV | 116.67 | 140.6 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 158 | 139 | 0.83 | 0 | 0.12 | 0.38 | 171.3 | 0.71 | 0.36 |
| Hex | 1B | 9E | 8B | 53 | 0 | C | 26 | AB | 47 | 24 |
| Octal | 33 | 236 | 213 | 123 | 0 | 14 | 46 | 253 | 107 | 44 |
| Binary | 11011 | 10011110 | 10001011 | 1010011 | 0 | 1100 | 100110 | 10101011 | 1000111 | 100100 |
Color Harmonies of #1B9E8B
Complementary color
Monochromatic Colors of #1B9E8B
Black with #1B9E8B
Text Example
Text Example
White with #1B9E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9E8B; }
p { color: rgb(27,158,139); }
H1.HeaderClassName
{
color: #1B9E8B;
}
.AnyTagClassName
{
color: #1B9E8B;
}
</style>
background-color css
<style>
a { background-color: #1B9E8B; }
a { background-color: rgb(27,158,139); }
div.DivClassName
{
background-color: #1B9E8B;
}
.BgClassName
{
background-color: #1B9E8B;
}
</style>
border-color css
<style>
span { border-color: #1B9E8B; }
span { border-color: rgb(27,158,139); }
td.TdClassName
{
border-color: #1B9E8B;
}
.TagClassName
{
border-color: #1B9E8B;
}
</style>