Shades of Niagara #2CAE9A
Tints of Niagara #2CAE9A
RGB
CMYK
RGB Variations
Color information
#2CAE9A (or 0x2CAE9A) is known color: Niagara. HEX triplet: 2C, AE and 9A. RGB value is (44,174,154). Sum of RGB (Red+Green+Blue) = 44+174+154=372 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.83% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #2CAE9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAE9A is #D35165. Grayscale: #848484. Windows color (decimal): -13848934 or 10137132. OLE color: 10137132.
HSL color Cylindrical-coordinate representation of color #2CAE9A: hue angle of 170.77º degrees, saturation: 0.6, 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 #2CAE9A is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 174 | 154 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.32 |
| HSL | 170.77º | 0.6% | 0.43% | - |
| HSV(B) | 170.77º | 0.75% | 0.68% | - |
| XYZ | 22.01 | 33.14 | 35.81 | - |
| YUV | 132.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 174 | 154 | 0.75 | 0 | 0.11 | 0.32 | 170.77 | 0.6 | 0.43 |
| Hex | 2C | AE | 9A | 4B | 0 | B | 20 | AB | 3C | 2B |
| Octal | 54 | 256 | 232 | 113 | 0 | 13 | 40 | 253 | 74 | 53 |
| Binary | 101100 | 10101110 | 10011010 | 1001011 | 0 | 1011 | 100000 | 10101011 | 111100 | 101011 |
Color Harmonies of #2CAE9A
Complementary color
Monochromatic Colors of #2CAE9A
Black with #2CAE9A
Text Example
Text Example
White with #2CAE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAE9A; }
p { color: rgb(44,174,154); }
H1.HeaderClassName
{
color: #2CAE9A;
}
.AnyTagClassName
{
color: #2CAE9A;
}
</style>
background-color css
<style>
a { background-color: #2CAE9A; }
a { background-color: rgb(44,174,154); }
div.DivClassName
{
background-color: #2CAE9A;
}
.BgClassName
{
background-color: #2CAE9A;
}
</style>
border-color css
<style>
span { border-color: #2CAE9A; }
span { border-color: rgb(44,174,154); }
td.TdClassName
{
border-color: #2CAE9A;
}
.TagClassName
{
border-color: #2CAE9A;
}
</style>