Shades of Niagara #2BB19B
Tints of Niagara #2BB19B
RGB
CMYK
RGB Variations
Color information
#2BB19B (or 0x2BB19B) is known color: Niagara. HEX triplet: 2B, B1 and 9B. RGB value is (43,177,155). Sum of RGB (Red+Green+Blue) = 43+177+155=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB19B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BB19B is #D44E64. Grayscale: #868686. Windows color (decimal): -13913701 or 10203435. OLE color: 10203435.
HSL color Cylindrical-coordinate representation of color #2BB19B: hue angle of 170.15º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB19B is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 177 | 155 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.31 |
| HSL | 170.15º | 0.61% | 0.43% | - |
| HSV(B) | 170.15º | 0.76% | 0.69% | - |
| XYZ | 22.63 | 34.32 | 36.44 | - |
| YUV | 134.43 | 139.61 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 177 | 155 | 0.76 | 0 | 0.12 | 0.31 | 170.15 | 0.61 | 0.43 |
| Hex | 2B | B1 | 9B | 4C | 0 | C | 1F | AA | 3D | 2B |
| Octal | 53 | 261 | 233 | 114 | 0 | 14 | 37 | 252 | 75 | 53 |
| Binary | 101011 | 10110001 | 10011011 | 1001100 | 0 | 1100 | 11111 | 10101010 | 111101 | 101011 |
Color Harmonies of #2BB19B
Complementary color
Monochromatic Colors of #2BB19B
Black with #2BB19B
Text Example
Text Example
White with #2BB19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB19B; }
p { color: rgb(43,177,155); }
H1.HeaderClassName
{
color: #2BB19B;
}
.AnyTagClassName
{
color: #2BB19B;
}
</style>
background-color css
<style>
a { background-color: #2BB19B; }
a { background-color: rgb(43,177,155); }
div.DivClassName
{
background-color: #2BB19B;
}
.BgClassName
{
background-color: #2BB19B;
}
</style>
border-color css
<style>
span { border-color: #2BB19B; }
span { border-color: rgb(43,177,155); }
td.TdClassName
{
border-color: #2BB19B;
}
.TagClassName
{
border-color: #2BB19B;
}
</style>