Shades of Niagara #1B9E8C
Tints of Niagara #1B9E8C
RGB
CMYK
RGB Variations
Color information
#1B9E8C (or 0x1B9E8C) is known color: Niagara. HEX triplet: 1B, 9E and 8C. RGB value is (27,158,140). Sum of RGB (Red+Green+Blue) = 27+158+140=325 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.31% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 158 - color contains mainly: green. Hex color #1B9E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9E8C is #E46173. Grayscale: #747474. Windows color (decimal): -14967156 or 9215515. OLE color: 9215515.
HSL color Cylindrical-coordinate representation of color #1B9E8C: hue angle of 171.76º 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 #1B9E8C is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 158 | 140 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.38 |
| HSL | 171.76º | 0.71% | 0.36% | - |
| HSV(B) | 171.76º | 0.83% | 0.62% | - |
| XYZ | 17.41 | 26.58 | 29.02 | - |
| YUV | 116.78 | 141.1 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 158 | 140 | 0.83 | 0 | 0.11 | 0.38 | 171.76 | 0.71 | 0.36 |
| Hex | 1B | 9E | 8C | 53 | 0 | B | 26 | AC | 47 | 24 |
| Octal | 33 | 236 | 214 | 123 | 0 | 13 | 46 | 254 | 107 | 44 |
| Binary | 11011 | 10011110 | 10001100 | 1010011 | 0 | 1011 | 100110 | 10101100 | 1000111 | 100100 |
Color Harmonies of #1B9E8C
Complementary color
Monochromatic Colors of #1B9E8C
Black with #1B9E8C
Text Example
Text Example
White with #1B9E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9E8C; }
p { color: rgb(27,158,140); }
H1.HeaderClassName
{
color: #1B9E8C;
}
.AnyTagClassName
{
color: #1B9E8C;
}
</style>
background-color css
<style>
a { background-color: #1B9E8C; }
a { background-color: rgb(27,158,140); }
div.DivClassName
{
background-color: #1B9E8C;
}
.BgClassName
{
background-color: #1B9E8C;
}
</style>
border-color css
<style>
span { border-color: #1B9E8C; }
span { border-color: rgb(27,158,140); }
td.TdClassName
{
border-color: #1B9E8C;
}
.TagClassName
{
border-color: #1B9E8C;
}
</style>