Shades of Niagara #1BA68D
Tints of Niagara #1BA68D
RGB
CMYK
RGB Variations
Color information
#1BA68D (or 0x1BA68D) is known color: Niagara. HEX triplet: 1B, A6 and 8D. RGB value is (27,166,141). Sum of RGB (Red+Green+Blue) = 27+166+141=334 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.08% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #1BA68D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA68D is #E45972. Grayscale: #797979. Windows color (decimal): -14965107 or 9283099. OLE color: 9283099.
HSL color Cylindrical-coordinate representation of color #1BA68D: hue angle of 169.21º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA68D is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 166 | 141 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.35 |
| HSL | 169.21º | 0.72% | 0.38% | - |
| HSV(B) | 169.21º | 0.84% | 0.65% | - |
| XYZ | 18.9 | 29.43 | 29.88 | - |
| YUV | 121.59 | 138.95 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 166 | 141 | 0.84 | 0 | 0.15 | 0.35 | 169.21 | 0.72 | 0.38 |
| Hex | 1B | A6 | 8D | 54 | 0 | F | 23 | A9 | 48 | 26 |
| Octal | 33 | 246 | 215 | 124 | 0 | 17 | 43 | 251 | 110 | 46 |
| Binary | 11011 | 10100110 | 10001101 | 1010100 | 0 | 1111 | 100011 | 10101001 | 1001000 | 100110 |
Color Harmonies of #1BA68D
Complementary color
Monochromatic Colors of #1BA68D
Black with #1BA68D
Text Example
Text Example
White with #1BA68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA68D; }
p { color: rgb(27,166,141); }
H1.HeaderClassName
{
color: #1BA68D;
}
.AnyTagClassName
{
color: #1BA68D;
}
</style>
background-color css
<style>
a { background-color: #1BA68D; }
a { background-color: rgb(27,166,141); }
div.DivClassName
{
background-color: #1BA68D;
}
.BgClassName
{
background-color: #1BA68D;
}
</style>
border-color css
<style>
span { border-color: #1BA68D; }
span { border-color: rgb(27,166,141); }
td.TdClassName
{
border-color: #1BA68D;
}
.TagClassName
{
border-color: #1BA68D;
}
</style>