Shades of Niagara #2BAF90
Tints of Niagara #2BAF90
RGB
CMYK
RGB Variations
Color information
#2BAF90 (or 0x2BAF90) is known color: Niagara. HEX triplet: 2B, AF and 90. RGB value is (43,175,144). Sum of RGB (Red+Green+Blue) = 43+175+144=362 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.88% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAF90 is #D4506F. Grayscale: #838383. Windows color (decimal): -13914224 or 9482027. OLE color: 9482027.
HSL color Cylindrical-coordinate representation of color #2BAF90: hue angle of 165.91º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAF90 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 175 | 144 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.31 |
| HSL | 165.91º | 0.61% | 0.43% | - |
| HSV(B) | 165.91º | 0.75% | 0.69% | - |
| XYZ | 21.36 | 33.19 | 31.67 | - |
| YUV | 132 | 134.77 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 144 | 0.75 | 0 | 0.18 | 0.31 | 165.91 | 0.61 | 0.43 |
| Hex | 2B | AF | 90 | 4B | 0 | 12 | 1F | A6 | 3D | 2B |
| Octal | 53 | 257 | 220 | 113 | 0 | 22 | 37 | 246 | 75 | 53 |
| Binary | 101011 | 10101111 | 10010000 | 1001011 | 0 | 10010 | 11111 | 10100110 | 111101 | 101011 |
Color Harmonies of #2BAF90
Complementary color
Monochromatic Colors of #2BAF90
Black with #2BAF90
Text Example
Text Example
White with #2BAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAF90; }
p { color: rgb(43,175,144); }
H1.HeaderClassName
{
color: #2BAF90;
}
.AnyTagClassName
{
color: #2BAF90;
}
</style>
background-color css
<style>
a { background-color: #2BAF90; }
a { background-color: rgb(43,175,144); }
div.DivClassName
{
background-color: #2BAF90;
}
.BgClassName
{
background-color: #2BAF90;
}
</style>
border-color css
<style>
span { border-color: #2BAF90; }
span { border-color: rgb(43,175,144); }
td.TdClassName
{
border-color: #2BAF90;
}
.TagClassName
{
border-color: #2BAF90;
}
</style>