Shades of Niagara #1B9F8A
Tints of Niagara #1B9F8A
RGB
CMYK
RGB Variations
Color information
#1B9F8A (or 0x1B9F8A) is known color: Niagara. HEX triplet: 1B, 9F and 8A. RGB value is (27,159,138). Sum of RGB (Red+Green+Blue) = 27+159+138=324 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.33% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #1B9F8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9F8A is #E46075. Grayscale: #757575. Windows color (decimal): -14966902 or 9084699. OLE color: 9084699.
HSL color Cylindrical-coordinate representation of color #1B9F8A: hue angle of 170.45º 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 #1B9F8A is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 159 | 138 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.38 |
| HSL | 170.45º | 0.71% | 0.36% | - |
| HSV(B) | 170.45º | 0.83% | 0.62% | - |
| XYZ | 17.44 | 26.86 | 28.31 | - |
| YUV | 117.14 | 139.77 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 159 | 138 | 0.83 | 0 | 0.13 | 0.38 | 170.45 | 0.71 | 0.36 |
| Hex | 1B | 9F | 8A | 53 | 0 | D | 26 | AA | 47 | 24 |
| Octal | 33 | 237 | 212 | 123 | 0 | 15 | 46 | 252 | 107 | 44 |
| Binary | 11011 | 10011111 | 10001010 | 1010011 | 0 | 1101 | 100110 | 10101010 | 1000111 | 100100 |
Color Harmonies of #1B9F8A
Complementary color
Monochromatic Colors of #1B9F8A
Black with #1B9F8A
Text Example
Text Example
White with #1B9F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9F8A; }
p { color: rgb(27,159,138); }
H1.HeaderClassName
{
color: #1B9F8A;
}
.AnyTagClassName
{
color: #1B9F8A;
}
</style>
background-color css
<style>
a { background-color: #1B9F8A; }
a { background-color: rgb(27,159,138); }
div.DivClassName
{
background-color: #1B9F8A;
}
.BgClassName
{
background-color: #1B9F8A;
}
</style>
border-color css
<style>
span { border-color: #1B9F8A; }
span { border-color: rgb(27,159,138); }
td.TdClassName
{
border-color: #1B9F8A;
}
.TagClassName
{
border-color: #1B9F8A;
}
</style>