Shades of Niagara #2B9A89
Tints of Niagara #2B9A89
RGB
CMYK
RGB Variations
Color information
#2B9A89 (or 0x2B9A89) is known color: Niagara. HEX triplet: 2B, 9A and 89. RGB value is (43,154,137). Sum of RGB (Red+Green+Blue) = 43+154+137=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 154 - color contains mainly: green. Hex color #2B9A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9A89 is #D46576. Grayscale: #767676. Windows color (decimal): -13919607 or 9017899. OLE color: 9017899.
HSL color Cylindrical-coordinate representation of color #2B9A89: hue angle of 170.81º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9A89 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 154 | 137 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.40 |
| HSL | 170.81º | 0.56% | 0.39% | - |
| HSV(B) | 170.81º | 0.72% | 0.6% | - |
| XYZ | 17.07 | 25.43 | 27.68 | - |
| YUV | 118.87 | 138.23 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 154 | 137 | 0.72 | 0 | 0.11 | 0.40 | 170.81 | 0.56 | 0.39 |
| Hex | 2B | 9A | 89 | 48 | 0 | B | 28 | AB | 38 | 27 |
| Octal | 53 | 232 | 211 | 110 | 0 | 13 | 50 | 253 | 70 | 47 |
| Binary | 101011 | 10011010 | 10001001 | 1001000 | 0 | 1011 | 101000 | 10101011 | 111000 | 100111 |
Color Harmonies of #2B9A89
Complementary color
Monochromatic Colors of #2B9A89
Black with #2B9A89
Text Example
Text Example
White with #2B9A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9A89; }
p { color: rgb(43,154,137); }
H1.HeaderClassName
{
color: #2B9A89;
}
.AnyTagClassName
{
color: #2B9A89;
}
</style>
background-color css
<style>
a { background-color: #2B9A89; }
a { background-color: rgb(43,154,137); }
div.DivClassName
{
background-color: #2B9A89;
}
.BgClassName
{
background-color: #2B9A89;
}
</style>
border-color css
<style>
span { border-color: #2B9A89; }
span { border-color: rgb(43,154,137); }
td.TdClassName
{
border-color: #2B9A89;
}
.TagClassName
{
border-color: #2B9A89;
}
</style>