Shades of Niagara #2BAD9A
Tints of Niagara #2BAD9A
RGB
CMYK
RGB Variations
Color information
#2BAD9A (or 0x2BAD9A) is known color: Niagara. HEX triplet: 2B, AD and 9A. RGB value is (43,173,154). Sum of RGB (Red+Green+Blue) = 43+173+154=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAD9A is #D45265. Grayscale: #838383. Windows color (decimal): -13914726 or 10136875. OLE color: 10136875.
HSL color Cylindrical-coordinate representation of color #2BAD9A: hue angle of 171.23º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAD9A is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 154 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.32 |
| HSL | 171.23º | 0.6% | 0.42% | - |
| HSV(B) | 171.23º | 0.75% | 0.68% | - |
| XYZ | 21.77 | 32.73 | 35.74 | - |
| YUV | 131.96 | 140.43 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 154 | 0.75 | 0 | 0.11 | 0.32 | 171.23 | 0.6 | 0.42 |
| Hex | 2B | AD | 9A | 4B | 0 | B | 20 | AB | 3C | 2A |
| Octal | 53 | 255 | 232 | 113 | 0 | 13 | 40 | 253 | 74 | 52 |
| Binary | 101011 | 10101101 | 10011010 | 1001011 | 0 | 1011 | 100000 | 10101011 | 111100 | 101010 |
Color Harmonies of #2BAD9A
Complementary color
Monochromatic Colors of #2BAD9A
Black with #2BAD9A
Text Example
Text Example
White with #2BAD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD9A; }
p { color: rgb(43,173,154); }
H1.HeaderClassName
{
color: #2BAD9A;
}
.AnyTagClassName
{
color: #2BAD9A;
}
</style>
background-color css
<style>
a { background-color: #2BAD9A; }
a { background-color: rgb(43,173,154); }
div.DivClassName
{
background-color: #2BAD9A;
}
.BgClassName
{
background-color: #2BAD9A;
}
</style>
border-color css
<style>
span { border-color: #2BAD9A; }
span { border-color: rgb(43,173,154); }
td.TdClassName
{
border-color: #2BAD9A;
}
.TagClassName
{
border-color: #2BAD9A;
}
</style>