Shades of Niagara #2CB599
Tints of Niagara #2CB599
RGB
CMYK
RGB Variations
Color information
#2CB599 (or 0x2CB599) is known color: Niagara. HEX triplet: 2C, B5 and 99. RGB value is (44,181,153). Sum of RGB (Red+Green+Blue) = 44+181+153=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB599 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB599 is #D34A66. Grayscale: #888888. Windows color (decimal): -13847143 or 10073388. OLE color: 10073388.
HSL color Cylindrical-coordinate representation of color #2CB599: hue angle of 167.74º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB599 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 181 | 153 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.29 |
| HSL | 167.74º | 0.61% | 0.44% | - |
| HSV(B) | 167.74º | 0.76% | 0.71% | - |
| XYZ | 23.31 | 35.88 | 35.83 | - |
| YUV | 136.85 | 137.11 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 181 | 153 | 0.76 | 0 | 0.15 | 0.29 | 167.74 | 0.61 | 0.44 |
| Hex | 2C | B5 | 99 | 4C | 0 | F | 1D | A8 | 3D | 2C |
| Octal | 54 | 265 | 231 | 114 | 0 | 17 | 35 | 250 | 75 | 54 |
| Binary | 101100 | 10110101 | 10011001 | 1001100 | 0 | 1111 | 11101 | 10101000 | 111101 | 101100 |
Color Harmonies of #2CB599
Complementary color
Monochromatic Colors of #2CB599
Black with #2CB599
Text Example
Text Example
White with #2CB599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB599; }
p { color: rgb(44,181,153); }
H1.HeaderClassName
{
color: #2CB599;
}
.AnyTagClassName
{
color: #2CB599;
}
</style>
background-color css
<style>
a { background-color: #2CB599; }
a { background-color: rgb(44,181,153); }
div.DivClassName
{
background-color: #2CB599;
}
.BgClassName
{
background-color: #2CB599;
}
</style>
border-color css
<style>
span { border-color: #2CB599; }
span { border-color: rgb(44,181,153); }
td.TdClassName
{
border-color: #2CB599;
}
.TagClassName
{
border-color: #2CB599;
}
</style>