Shades of Niagara #2CB39B
Tints of Niagara #2CB39B
RGB
CMYK
RGB Variations
Color information
#2CB39B (or 0x2CB39B) is known color: Niagara. HEX triplet: 2C, B3 and 9B. RGB value is (44,179,155). Sum of RGB (Red+Green+Blue) = 44+179+155=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB39B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB39B is #D34C64. Grayscale: #878787. Windows color (decimal): -13847653 or 10203948. OLE color: 10203948.
HSL color Cylindrical-coordinate representation of color #2CB39B: hue angle of 169.33º 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 #2CB39B is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 179 | 155 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.30 |
| HSL | 169.33º | 0.61% | 0.44% | - |
| HSV(B) | 169.33º | 0.75% | 0.7% | - |
| XYZ | 23.08 | 35.14 | 36.58 | - |
| YUV | 135.9 | 138.77 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 155 | 0.75 | 0 | 0.13 | 0.30 | 169.33 | 0.61 | 0.44 |
| Hex | 2C | B3 | 9B | 4B | 0 | D | 1E | A9 | 3D | 2C |
| Octal | 54 | 263 | 233 | 113 | 0 | 15 | 36 | 251 | 75 | 54 |
| Binary | 101100 | 10110011 | 10011011 | 1001011 | 0 | 1101 | 11110 | 10101001 | 111101 | 101100 |
Color Harmonies of #2CB39B
Complementary color
Monochromatic Colors of #2CB39B
Black with #2CB39B
Text Example
Text Example
White with #2CB39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB39B; }
p { color: rgb(44,179,155); }
H1.HeaderClassName
{
color: #2CB39B;
}
.AnyTagClassName
{
color: #2CB39B;
}
</style>
background-color css
<style>
a { background-color: #2CB39B; }
a { background-color: rgb(44,179,155); }
div.DivClassName
{
background-color: #2CB39B;
}
.BgClassName
{
background-color: #2CB39B;
}
</style>
border-color css
<style>
span { border-color: #2CB39B; }
span { border-color: rgb(44,179,155); }
td.TdClassName
{
border-color: #2CB39B;
}
.TagClassName
{
border-color: #2CB39B;
}
</style>