Shades of Niagara #2CA088
Tints of Niagara #2CA088
RGB
CMYK
RGB Variations
Color information
#2CA088 (or 0x2CA088) is known color: Niagara. HEX triplet: 2C, A0 and 88. RGB value is (44,160,136). Sum of RGB (Red+Green+Blue) = 44+160+136=340 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.94% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA088 is #D35F77. Grayscale: #7A7A7A. Windows color (decimal): -13852536 or 8953900. OLE color: 8953900.
HSL color Cylindrical-coordinate representation of color #2CA088: hue angle of 167.59º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA088 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 160 | 136 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.37 |
| HSL | 167.59º | 0.57% | 0.4% | - |
| HSV(B) | 167.59º | 0.73% | 0.63% | - |
| XYZ | 18.05 | 27.45 | 27.64 | - |
| YUV | 122.58 | 135.57 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 136 | 0.72 | 0 | 0.15 | 0.37 | 167.59 | 0.57 | 0.4 |
| Hex | 2C | A0 | 88 | 48 | 0 | F | 25 | A8 | 39 | 28 |
| Octal | 54 | 240 | 210 | 110 | 0 | 17 | 45 | 250 | 71 | 50 |
| Binary | 101100 | 10100000 | 10001000 | 1001000 | 0 | 1111 | 100101 | 10101000 | 111001 | 101000 |
Color Harmonies of #2CA088
Complementary color
Monochromatic Colors of #2CA088
Black with #2CA088
Text Example
Text Example
White with #2CA088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA088; }
p { color: rgb(44,160,136); }
H1.HeaderClassName
{
color: #2CA088;
}
.AnyTagClassName
{
color: #2CA088;
}
</style>
background-color css
<style>
a { background-color: #2CA088; }
a { background-color: rgb(44,160,136); }
div.DivClassName
{
background-color: #2CA088;
}
.BgClassName
{
background-color: #2CA088;
}
</style>
border-color css
<style>
span { border-color: #2CA088; }
span { border-color: rgb(44,160,136); }
td.TdClassName
{
border-color: #2CA088;
}
.TagClassName
{
border-color: #2CA088;
}
</style>