Shades of Niagara #2BAA90
Tints of Niagara #2BAA90
RGB
CMYK
RGB Variations
Color information
#2BAA90 (or 0x2BAA90) is known color: Niagara. HEX triplet: 2B, AA and 90. RGB value is (43,170,144). Sum of RGB (Red+Green+Blue) = 43+170+144=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAA90 is #D4556F. Grayscale: #818181. Windows color (decimal): -13915504 or 9480747. OLE color: 9480747.
HSL color Cylindrical-coordinate representation of color #2BAA90: hue angle of 167.72º 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 #2BAA90 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 144 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.33 |
| HSL | 167.72º | 0.6% | 0.42% | - |
| HSV(B) | 167.72º | 0.75% | 0.67% | - |
| XYZ | 20.41 | 31.28 | 31.35 | - |
| YUV | 129.06 | 136.42 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 144 | 0.75 | 0 | 0.15 | 0.33 | 167.72 | 0.6 | 0.42 |
| Hex | 2B | AA | 90 | 4B | 0 | F | 21 | A8 | 3C | 2A |
| Octal | 53 | 252 | 220 | 113 | 0 | 17 | 41 | 250 | 74 | 52 |
| Binary | 101011 | 10101010 | 10010000 | 1001011 | 0 | 1111 | 100001 | 10101000 | 111100 | 101010 |
Color Harmonies of #2BAA90
Complementary color
Monochromatic Colors of #2BAA90
Black with #2BAA90
Text Example
Text Example
White with #2BAA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA90; }
p { color: rgb(43,170,144); }
H1.HeaderClassName
{
color: #2BAA90;
}
.AnyTagClassName
{
color: #2BAA90;
}
</style>
background-color css
<style>
a { background-color: #2BAA90; }
a { background-color: rgb(43,170,144); }
div.DivClassName
{
background-color: #2BAA90;
}
.BgClassName
{
background-color: #2BAA90;
}
</style>
border-color css
<style>
span { border-color: #2BAA90; }
span { border-color: rgb(43,170,144); }
td.TdClassName
{
border-color: #2BAA90;
}
.TagClassName
{
border-color: #2BAA90;
}
</style>