Shades of Niagara #2CB39A
Tints of Niagara #2CB39A
RGB
CMYK
RGB Variations
Color information
#2CB39A (or 0x2CB39A) is known color: Niagara. HEX triplet: 2C, B3 and 9A. RGB value is (44,179,154). Sum of RGB (Red+Green+Blue) = 44+179+154=377 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.67% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB39A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB39A is #D34C65. Grayscale: #878787. Windows color (decimal): -13847654 or 10138412. OLE color: 10138412.
HSL color Cylindrical-coordinate representation of color #2CB39A: hue angle of 168.89º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB39A is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 179 | 154 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.30 |
| HSL | 168.89º | 0.61% | 0.44% | - |
| HSV(B) | 168.89º | 0.75% | 0.7% | - |
| XYZ | 22.99 | 35.11 | 36.14 | - |
| YUV | 135.79 | 138.27 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 154 | 0.75 | 0 | 0.14 | 0.30 | 168.89 | 0.61 | 0.44 |
| Hex | 2C | B3 | 9A | 4B | 0 | E | 1E | A9 | 3D | 2C |
| Octal | 54 | 263 | 232 | 113 | 0 | 16 | 36 | 251 | 75 | 54 |
| Binary | 101100 | 10110011 | 10011010 | 1001011 | 0 | 1110 | 11110 | 10101001 | 111101 | 101100 |
Color Harmonies of #2CB39A
Complementary color
Monochromatic Colors of #2CB39A
Black with #2CB39A
Text Example
Text Example
White with #2CB39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB39A; }
p { color: rgb(44,179,154); }
H1.HeaderClassName
{
color: #2CB39A;
}
.AnyTagClassName
{
color: #2CB39A;
}
</style>
background-color css
<style>
a { background-color: #2CB39A; }
a { background-color: rgb(44,179,154); }
div.DivClassName
{
background-color: #2CB39A;
}
.BgClassName
{
background-color: #2CB39A;
}
</style>
border-color css
<style>
span { border-color: #2CB39A; }
span { border-color: rgb(44,179,154); }
td.TdClassName
{
border-color: #2CB39A;
}
.TagClassName
{
border-color: #2CB39A;
}
</style>