Shades of Niagara #2BA98B
Tints of Niagara #2BA98B
RGB
CMYK
RGB Variations
Color information
#2BA98B (or 0x2BA98B) is known color: Niagara. HEX triplet: 2B, A9 and 8B. RGB value is (43,169,139). Sum of RGB (Red+Green+Blue) = 43+169+139=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 169 (66.41% from 255 or 48.15% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA98B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA98B is #D45674. Grayscale: #7F7F7F. Windows color (decimal): -13915765 or 9152811. OLE color: 9152811.
HSL color Cylindrical-coordinate representation of color #2BA98B: hue angle of 165.71º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA98B is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 139 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.34 |
| HSL | 165.71º | 0.59% | 0.42% | - |
| HSV(B) | 165.71º | 0.75% | 0.66% | - |
| XYZ | 19.84 | 30.75 | 29.32 | - |
| YUV | 127.91 | 134.26 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 139 | 0.75 | 0 | 0.18 | 0.34 | 165.71 | 0.59 | 0.42 |
| Hex | 2B | A9 | 8B | 4B | 0 | 12 | 22 | A6 | 3B | 2A |
| Octal | 53 | 251 | 213 | 113 | 0 | 22 | 42 | 246 | 73 | 52 |
| Binary | 101011 | 10101001 | 10001011 | 1001011 | 0 | 10010 | 100010 | 10100110 | 111011 | 101010 |
Color Harmonies of #2BA98B
Complementary color
Monochromatic Colors of #2BA98B
Black with #2BA98B
Text Example
Text Example
White with #2BA98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA98B; }
p { color: rgb(43,169,139); }
H1.HeaderClassName
{
color: #2BA98B;
}
.AnyTagClassName
{
color: #2BA98B;
}
</style>
background-color css
<style>
a { background-color: #2BA98B; }
a { background-color: rgb(43,169,139); }
div.DivClassName
{
background-color: #2BA98B;
}
.BgClassName
{
background-color: #2BA98B;
}
</style>
border-color css
<style>
span { border-color: #2BA98B; }
span { border-color: rgb(43,169,139); }
td.TdClassName
{
border-color: #2BA98B;
}
.TagClassName
{
border-color: #2BA98B;
}
</style>