Shades of Niagara #2CB598
Tints of Niagara #2CB598
RGB
CMYK
RGB Variations
Color information
#2CB598 (or 0x2CB598) is known color: Niagara. HEX triplet: 2C, B5 and 98. RGB value is (44,181,152). Sum of RGB (Red+Green+Blue) = 44+181+152=377 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.67% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB598 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB598 is #D34A67. Grayscale: #888888. Windows color (decimal): -13847144 or 10007852. OLE color: 10007852.
HSL color Cylindrical-coordinate representation of color #2CB598: hue angle of 167.3º 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 #2CB598 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 181 | 152 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.29 |
| HSL | 167.3º | 0.61% | 0.44% | - |
| HSV(B) | 167.3º | 0.76% | 0.71% | - |
| XYZ | 23.23 | 35.85 | 35.4 | - |
| YUV | 136.73 | 136.61 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 181 | 152 | 0.76 | 0 | 0.16 | 0.29 | 167.3 | 0.61 | 0.44 |
| Hex | 2C | B5 | 98 | 4C | 0 | 10 | 1D | A7 | 3D | 2C |
| Octal | 54 | 265 | 230 | 114 | 0 | 20 | 35 | 247 | 75 | 54 |
| Binary | 101100 | 10110101 | 10011000 | 1001100 | 0 | 10000 | 11101 | 10100111 | 111101 | 101100 |
Color Harmonies of #2CB598
Complementary color
Monochromatic Colors of #2CB598
Black with #2CB598
Text Example
Text Example
White with #2CB598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB598; }
p { color: rgb(44,181,152); }
H1.HeaderClassName
{
color: #2CB598;
}
.AnyTagClassName
{
color: #2CB598;
}
</style>
background-color css
<style>
a { background-color: #2CB598; }
a { background-color: rgb(44,181,152); }
div.DivClassName
{
background-color: #2CB598;
}
.BgClassName
{
background-color: #2CB598;
}
</style>
border-color css
<style>
span { border-color: #2CB598; }
span { border-color: rgb(44,181,152); }
td.TdClassName
{
border-color: #2CB598;
}
.TagClassName
{
border-color: #2CB598;
}
</style>