Shades of Niagara #2CAB8B
Tints of Niagara #2CAB8B
RGB
CMYK
RGB Variations
Color information
#2CAB8B (or 0x2CAB8B) is known color: Niagara. HEX triplet: 2C, AB and 8B. RGB value is (44,171,139). Sum of RGB (Red+Green+Blue) = 44+171+139=354 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.43% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAB8B is #D35474. Grayscale: #818181. Windows color (decimal): -13849717 or 9153324. OLE color: 9153324.
HSL color Cylindrical-coordinate representation of color #2CAB8B: hue angle of 164.88º 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 #2CAB8B is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 171 | 139 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.33 |
| HSL | 164.88º | 0.59% | 0.42% | - |
| HSV(B) | 164.88º | 0.74% | 0.67% | - |
| XYZ | 20.26 | 31.53 | 29.44 | - |
| YUV | 129.38 | 133.42 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 171 | 139 | 0.74 | 0 | 0.19 | 0.33 | 164.88 | 0.59 | 0.42 |
| Hex | 2C | AB | 8B | 4A | 0 | 13 | 21 | A5 | 3B | 2A |
| Octal | 54 | 253 | 213 | 112 | 0 | 23 | 41 | 245 | 73 | 52 |
| Binary | 101100 | 10101011 | 10001011 | 1001010 | 0 | 10011 | 100001 | 10100101 | 111011 | 101010 |
Color Harmonies of #2CAB8B
Complementary color
Monochromatic Colors of #2CAB8B
Black with #2CAB8B
Text Example
Text Example
White with #2CAB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAB8B; }
p { color: rgb(44,171,139); }
H1.HeaderClassName
{
color: #2CAB8B;
}
.AnyTagClassName
{
color: #2CAB8B;
}
</style>
background-color css
<style>
a { background-color: #2CAB8B; }
a { background-color: rgb(44,171,139); }
div.DivClassName
{
background-color: #2CAB8B;
}
.BgClassName
{
background-color: #2CAB8B;
}
</style>
border-color css
<style>
span { border-color: #2CAB8B; }
span { border-color: rgb(44,171,139); }
td.TdClassName
{
border-color: #2CAB8B;
}
.TagClassName
{
border-color: #2CAB8B;
}
</style>