Shades of Niagara #1B9682
Tints of Niagara #1B9682
RGB
CMYK
RGB Variations
Color information
#1B9682 (or 0x1B9682) is known color: Niagara. HEX triplet: 1B, 96 and 82. RGB value is (27,150,130). Sum of RGB (Red+Green+Blue) = 27+150+130=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #1B9682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9682 is #E4697D. Grayscale: #6E6E6E. Windows color (decimal): -14969214 or 8558107. OLE color: 8558107.
HSL color Cylindrical-coordinate representation of color #1B9682: hue angle of 170.24º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B9682 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 27 | 150 | 130 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.41 |
| HSL | 170.24º | 0.69% | 0.35% | - |
| HSV(B) | 170.24º | 0.82% | 0.59% | - |
| XYZ | 15.39 | 23.66 | 24.87 | - |
| YUV | 110.94 | 138.75 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 150 | 130 | 0.82 | 0 | 0.13 | 0.41 | 170.24 | 0.69 | 0.35 |
| Hex | 1B | 96 | 82 | 52 | 0 | D | 29 | AA | 45 | 23 |
| Octal | 33 | 226 | 202 | 122 | 0 | 15 | 51 | 252 | 105 | 43 |
| Binary | 11011 | 10010110 | 10000010 | 1010010 | 0 | 1101 | 101001 | 10101010 | 1000101 | 100011 |
Color Harmonies of #1B9682
Complementary color
Monochromatic Colors of #1B9682
Black with #1B9682
Text Example
Text Example
White with #1B9682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9682; }
p { color: rgb(27,150,130); }
H1.HeaderClassName
{
color: #1B9682;
}
.AnyTagClassName
{
color: #1B9682;
}
</style>
background-color css
<style>
a { background-color: #1B9682; }
a { background-color: rgb(27,150,130); }
div.DivClassName
{
background-color: #1B9682;
}
.BgClassName
{
background-color: #1B9682;
}
</style>
border-color css
<style>
span { border-color: #1B9682; }
span { border-color: rgb(27,150,130); }
td.TdClassName
{
border-color: #1B9682;
}
.TagClassName
{
border-color: #1B9682;
}
</style>