Shades of Niagara #2BA593
Tints of Niagara #2BA593
RGB
CMYK
RGB Variations
Color information
#2BA593 (or 0x2BA593) is known color: Niagara. HEX triplet: 2B, A5 and 93. RGB value is (43,165,147). Sum of RGB (Red+Green+Blue) = 43+165+147=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA593 is #D45A6C. Grayscale: #7E7E7E. Windows color (decimal): -13916781 or 9676075. OLE color: 9676075.
HSL color Cylindrical-coordinate representation of color #2BA593: hue angle of 171.15º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA593 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 165 | 147 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.35 |
| HSL | 171.15º | 0.59% | 0.41% | - |
| HSV(B) | 171.15º | 0.74% | 0.65% | - |
| XYZ | 19.72 | 29.53 | 32.26 | - |
| YUV | 126.47 | 139.58 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 165 | 147 | 0.74 | 0 | 0.11 | 0.35 | 171.15 | 0.59 | 0.41 |
| Hex | 2B | A5 | 93 | 4A | 0 | B | 23 | AB | 3B | 29 |
| Octal | 53 | 245 | 223 | 112 | 0 | 13 | 43 | 253 | 73 | 51 |
| Binary | 101011 | 10100101 | 10010011 | 1001010 | 0 | 1011 | 100011 | 10101011 | 111011 | 101001 |
Color Harmonies of #2BA593
Complementary color
Monochromatic Colors of #2BA593
Black with #2BA593
Text Example
Text Example
White with #2BA593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA593; }
p { color: rgb(43,165,147); }
H1.HeaderClassName
{
color: #2BA593;
}
.AnyTagClassName
{
color: #2BA593;
}
</style>
background-color css
<style>
a { background-color: #2BA593; }
a { background-color: rgb(43,165,147); }
div.DivClassName
{
background-color: #2BA593;
}
.BgClassName
{
background-color: #2BA593;
}
</style>
border-color css
<style>
span { border-color: #2BA593; }
span { border-color: rgb(43,165,147); }
td.TdClassName
{
border-color: #2BA593;
}
.TagClassName
{
border-color: #2BA593;
}
</style>