Shades of Niagara #2B9D85
Tints of Niagara #2B9D85
RGB
CMYK
RGB Variations
Color information
#2B9D85 (or 0x2B9D85) is known color: Niagara. HEX triplet: 2B, 9D and 85. RGB value is (43,157,133). Sum of RGB (Red+Green+Blue) = 43+157+133=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9D85 is #D4627A. Grayscale: #787878. Windows color (decimal): -13918843 or 8756523. OLE color: 8756523.
HSL color Cylindrical-coordinate representation of color #2B9D85: hue angle of 167.37º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9D85 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 157 | 133 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.38 |
| HSL | 167.37º | 0.57% | 0.39% | - |
| HSV(B) | 167.37º | 0.73% | 0.62% | - |
| XYZ | 17.29 | 26.32 | 26.36 | - |
| YUV | 120.18 | 135.23 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 133 | 0.73 | 0 | 0.15 | 0.38 | 167.37 | 0.57 | 0.39 |
| Hex | 2B | 9D | 85 | 49 | 0 | F | 26 | A7 | 39 | 27 |
| Octal | 53 | 235 | 205 | 111 | 0 | 17 | 46 | 247 | 71 | 47 |
| Binary | 101011 | 10011101 | 10000101 | 1001001 | 0 | 1111 | 100110 | 10100111 | 111001 | 100111 |
Color Harmonies of #2B9D85
Complementary color
Monochromatic Colors of #2B9D85
Black with #2B9D85
Text Example
Text Example
White with #2B9D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9D85; }
p { color: rgb(43,157,133); }
H1.HeaderClassName
{
color: #2B9D85;
}
.AnyTagClassName
{
color: #2B9D85;
}
</style>
background-color css
<style>
a { background-color: #2B9D85; }
a { background-color: rgb(43,157,133); }
div.DivClassName
{
background-color: #2B9D85;
}
.BgClassName
{
background-color: #2B9D85;
}
</style>
border-color css
<style>
span { border-color: #2B9D85; }
span { border-color: rgb(43,157,133); }
td.TdClassName
{
border-color: #2B9D85;
}
.TagClassName
{
border-color: #2B9D85;
}
</style>