Shades of Niagara #2CA598
Tints of Niagara #2CA598
RGB
CMYK
RGB Variations
Color information
#2CA598 (or 0x2CA598) is known color: Niagara. HEX triplet: 2C, A5 and 98. RGB value is (44,165,152). Sum of RGB (Red+Green+Blue) = 44+165+152=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 165 - color contains mainly: green. Hex color #2CA598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA598 is #D35A67. Grayscale: #7F7F7F. Windows color (decimal): -13851240 or 10003756. OLE color: 10003756.
HSL color Cylindrical-coordinate representation of color #2CA598: hue angle of 173.55º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA598 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 165 | 152 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.35 |
| HSL | 173.55º | 0.58% | 0.41% | - |
| HSV(B) | 173.55º | 0.73% | 0.65% | - |
| XYZ | 20.16 | 29.71 | 34.38 | - |
| YUV | 127.34 | 141.91 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 165 | 152 | 0.73 | 0 | 0.08 | 0.35 | 173.55 | 0.58 | 0.41 |
| Hex | 2C | A5 | 98 | 49 | 0 | 8 | 23 | AE | 3A | 29 |
| Octal | 54 | 245 | 230 | 111 | 0 | 10 | 43 | 256 | 72 | 51 |
| Binary | 101100 | 10100101 | 10011000 | 1001001 | 0 | 1000 | 100011 | 10101110 | 111010 | 101001 |
Color Harmonies of #2CA598
Complementary color
Monochromatic Colors of #2CA598
Black with #2CA598
Text Example
Text Example
White with #2CA598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA598; }
p { color: rgb(44,165,152); }
H1.HeaderClassName
{
color: #2CA598;
}
.AnyTagClassName
{
color: #2CA598;
}
</style>
background-color css
<style>
a { background-color: #2CA598; }
a { background-color: rgb(44,165,152); }
div.DivClassName
{
background-color: #2CA598;
}
.BgClassName
{
background-color: #2CA598;
}
</style>
border-color css
<style>
span { border-color: #2CA598; }
span { border-color: rgb(44,165,152); }
td.TdClassName
{
border-color: #2CA598;
}
.TagClassName
{
border-color: #2CA598;
}
</style>