Shades of Niagara #1B9C87
Tints of Niagara #1B9C87
RGB
CMYK
RGB Variations
Color information
#1B9C87 (or 0x1B9C87) is known color: Niagara. HEX triplet: 1B, 9C and 87. RGB value is (27,156,135). Sum of RGB (Red+Green+Blue) = 27+156+135=318 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.49% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #1B9C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9C87 is #E46378. Grayscale: #727272. Windows color (decimal): -14967673 or 8887323. OLE color: 8887323.
HSL color Cylindrical-coordinate representation of color #1B9C87: hue angle of 170.23º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B9C87 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 156 | 135 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.39 |
| HSL | 170.23º | 0.7% | 0.36% | - |
| HSV(B) | 170.23º | 0.83% | 0.61% | - |
| XYZ | 16.71 | 25.76 | 27.01 | - |
| YUV | 115.04 | 139.26 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 156 | 135 | 0.83 | 0 | 0.13 | 0.39 | 170.23 | 0.7 | 0.36 |
| Hex | 1B | 9C | 87 | 53 | 0 | D | 27 | AA | 46 | 24 |
| Octal | 33 | 234 | 207 | 123 | 0 | 15 | 47 | 252 | 106 | 44 |
| Binary | 11011 | 10011100 | 10000111 | 1010011 | 0 | 1101 | 100111 | 10101010 | 1000110 | 100100 |
Color Harmonies of #1B9C87
Complementary color
Monochromatic Colors of #1B9C87
Black with #1B9C87
Text Example
Text Example
White with #1B9C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9C87; }
p { color: rgb(27,156,135); }
H1.HeaderClassName
{
color: #1B9C87;
}
.AnyTagClassName
{
color: #1B9C87;
}
</style>
background-color css
<style>
a { background-color: #1B9C87; }
a { background-color: rgb(27,156,135); }
div.DivClassName
{
background-color: #1B9C87;
}
.BgClassName
{
background-color: #1B9C87;
}
</style>
border-color css
<style>
span { border-color: #1B9C87; }
span { border-color: rgb(27,156,135); }
td.TdClassName
{
border-color: #1B9C87;
}
.TagClassName
{
border-color: #1B9C87;
}
</style>