Shades of Niagara #2CAD8C
Tints of Niagara #2CAD8C
RGB
CMYK
RGB Variations
Color information
#2CAD8C (or 0x2CAD8C) is known color: Niagara. HEX triplet: 2C, AD and 8C. RGB value is (44,173,140). Sum of RGB (Red+Green+Blue) = 44+173+140=357 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.32% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #2CAD8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAD8C is #D35273. Grayscale: #828282. Windows color (decimal): -13849204 or 9219372. OLE color: 9219372.
HSL color Cylindrical-coordinate representation of color #2CAD8C: hue angle of 164.65º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CAD8C is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 173 | 140 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.32 |
| HSL | 164.65º | 0.59% | 0.43% | - |
| HSV(B) | 164.65º | 0.75% | 0.68% | - |
| XYZ | 20.72 | 32.32 | 29.96 | - |
| YUV | 130.67 | 133.26 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 173 | 140 | 0.75 | 0 | 0.19 | 0.32 | 164.65 | 0.59 | 0.43 |
| Hex | 2C | AD | 8C | 4B | 0 | 13 | 20 | A5 | 3B | 2B |
| Octal | 54 | 255 | 214 | 113 | 0 | 23 | 40 | 245 | 73 | 53 |
| Binary | 101100 | 10101101 | 10001100 | 1001011 | 0 | 10011 | 100000 | 10100101 | 111011 | 101011 |
Color Harmonies of #2CAD8C
Complementary color
Monochromatic Colors of #2CAD8C
Black with #2CAD8C
Text Example
Text Example
White with #2CAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAD8C; }
p { color: rgb(44,173,140); }
H1.HeaderClassName
{
color: #2CAD8C;
}
.AnyTagClassName
{
color: #2CAD8C;
}
</style>
background-color css
<style>
a { background-color: #2CAD8C; }
a { background-color: rgb(44,173,140); }
div.DivClassName
{
background-color: #2CAD8C;
}
.BgClassName
{
background-color: #2CAD8C;
}
</style>
border-color css
<style>
span { border-color: #2CAD8C; }
span { border-color: rgb(44,173,140); }
td.TdClassName
{
border-color: #2CAD8C;
}
.TagClassName
{
border-color: #2CAD8C;
}
</style>