Shades of Niagara #2BAA93
Tints of Niagara #2BAA93
RGB
CMYK
RGB Variations
Color information
#2BAA93 (or 0x2BAA93) is known color: Niagara. HEX triplet: 2B, AA and 93. RGB value is (43,170,147). Sum of RGB (Red+Green+Blue) = 43+170+147=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAA93 is #D4556C. Grayscale: #818181. Windows color (decimal): -13915501 or 9677355. OLE color: 9677355.
HSL color Cylindrical-coordinate representation of color #2BAA93: hue angle of 169.13º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAA93 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 147 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.33 |
| HSL | 169.13º | 0.6% | 0.42% | - |
| HSV(B) | 169.13º | 0.75% | 0.67% | - |
| XYZ | 20.64 | 31.37 | 32.57 | - |
| YUV | 129.41 | 137.92 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 147 | 0.75 | 0 | 0.14 | 0.33 | 169.13 | 0.6 | 0.42 |
| Hex | 2B | AA | 93 | 4B | 0 | E | 21 | A9 | 3C | 2A |
| Octal | 53 | 252 | 223 | 113 | 0 | 16 | 41 | 251 | 74 | 52 |
| Binary | 101011 | 10101010 | 10010011 | 1001011 | 0 | 1110 | 100001 | 10101001 | 111100 | 101010 |
Color Harmonies of #2BAA93
Complementary color
Monochromatic Colors of #2BAA93
Black with #2BAA93
Text Example
Text Example
White with #2BAA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA93; }
p { color: rgb(43,170,147); }
H1.HeaderClassName
{
color: #2BAA93;
}
.AnyTagClassName
{
color: #2BAA93;
}
</style>
background-color css
<style>
a { background-color: #2BAA93; }
a { background-color: rgb(43,170,147); }
div.DivClassName
{
background-color: #2BAA93;
}
.BgClassName
{
background-color: #2BAA93;
}
</style>
border-color css
<style>
span { border-color: #2BAA93; }
span { border-color: rgb(43,170,147); }
td.TdClassName
{
border-color: #2BAA93;
}
.TagClassName
{
border-color: #2BAA93;
}
</style>