Shades of Niagara #2BA993
Tints of Niagara #2BA993
RGB
CMYK
RGB Variations
Color information
#2BA993 (or 0x2BA993) is known color: Niagara. HEX triplet: 2B, A9 and 93. RGB value is (43,169,147). Sum of RGB (Red+Green+Blue) = 43+169+147=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA993 is #D4566C. Grayscale: #808080. Windows color (decimal): -13915757 or 9677099. OLE color: 9677099.
HSL color Cylindrical-coordinate representation of color #2BA993: hue angle of 169.52º 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 #2BA993 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 147 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.34 |
| HSL | 169.52º | 0.59% | 0.42% | - |
| HSV(B) | 169.52º | 0.75% | 0.66% | - |
| XYZ | 20.45 | 31 | 32.51 | - |
| YUV | 128.82 | 138.26 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 147 | 0.75 | 0 | 0.13 | 0.34 | 169.52 | 0.59 | 0.42 |
| Hex | 2B | A9 | 93 | 4B | 0 | D | 22 | AA | 3B | 2A |
| Octal | 53 | 251 | 223 | 113 | 0 | 15 | 42 | 252 | 73 | 52 |
| Binary | 101011 | 10101001 | 10010011 | 1001011 | 0 | 1101 | 100010 | 10101010 | 111011 | 101010 |
Color Harmonies of #2BA993
Complementary color
Monochromatic Colors of #2BA993
Black with #2BA993
Text Example
Text Example
White with #2BA993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA993; }
p { color: rgb(43,169,147); }
H1.HeaderClassName
{
color: #2BA993;
}
.AnyTagClassName
{
color: #2BA993;
}
</style>
background-color css
<style>
a { background-color: #2BA993; }
a { background-color: rgb(43,169,147); }
div.DivClassName
{
background-color: #2BA993;
}
.BgClassName
{
background-color: #2BA993;
}
</style>
border-color css
<style>
span { border-color: #2BA993; }
span { border-color: rgb(43,169,147); }
td.TdClassName
{
border-color: #2BA993;
}
.TagClassName
{
border-color: #2BA993;
}
</style>