Shades of Niagara #2CAA99
Tints of Niagara #2CAA99
RGB
CMYK
RGB Variations
Color information
#2CAA99 (or 0x2CAA99) is known color: Niagara. HEX triplet: 2C, AA and 99. RGB value is (44,170,153). Sum of RGB (Red+Green+Blue) = 44+170+153=367 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.99% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAA99 is #D35566. Grayscale: #828282. Windows color (decimal): -13849959 or 10070572. OLE color: 10070572.
HSL color Cylindrical-coordinate representation of color #2CAA99: hue angle of 171.9º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAA99 is Cyan = 0.74, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 170 | 153 | - |
| CMYK | 0.74 | 0 | 0.1 | 0.33 |
| HSL | 171.9º | 0.59% | 0.42% | - |
| HSV(B) | 171.9º | 0.74% | 0.67% | - |
| XYZ | 21.16 | 31.58 | 35.12 | - |
| YUV | 130.39 | 140.76 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 153 | 0.74 | 0 | 0.1 | 0.33 | 171.9 | 0.59 | 0.42 |
| Hex | 2C | AA | 99 | 4A | 0 | A | 21 | AC | 3B | 2A |
| Octal | 54 | 252 | 231 | 112 | 0 | 12 | 41 | 254 | 73 | 52 |
| Binary | 101100 | 10101010 | 10011001 | 1001010 | 0 | 1010 | 100001 | 10101100 | 111011 | 101010 |
Color Harmonies of #2CAA99
Complementary color
Monochromatic Colors of #2CAA99
Black with #2CAA99
Text Example
Text Example
White with #2CAA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAA99; }
p { color: rgb(44,170,153); }
H1.HeaderClassName
{
color: #2CAA99;
}
.AnyTagClassName
{
color: #2CAA99;
}
</style>
background-color css
<style>
a { background-color: #2CAA99; }
a { background-color: rgb(44,170,153); }
div.DivClassName
{
background-color: #2CAA99;
}
.BgClassName
{
background-color: #2CAA99;
}
</style>
border-color css
<style>
span { border-color: #2CAA99; }
span { border-color: rgb(44,170,153); }
td.TdClassName
{
border-color: #2CAA99;
}
.TagClassName
{
border-color: #2CAA99;
}
</style>