Shades of Niagara #2AB38F
Tints of Niagara #2AB38F
RGB
CMYK
RGB Variations
Color information
#2AB38F (or 0x2AB38F) is known color: Niagara. HEX triplet: 2A, B3 and 8F. RGB value is (42,179,143). Sum of RGB (Red+Green+Blue) = 42+179+143=364 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.54% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB38F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB38F is #D54C70. Grayscale: #858585. Windows color (decimal): -13978737 or 9417514. OLE color: 9417514.
HSL color Cylindrical-coordinate representation of color #2AB38F: hue angle of 164.23º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB38F is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 143 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.30 |
| HSL | 164.23º | 0.62% | 0.43% | - |
| HSV(B) | 164.23º | 0.77% | 0.7% | - |
| XYZ | 22.03 | 34.72 | 31.53 | - |
| YUV | 133.93 | 133.11 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 143 | 0.77 | 0 | 0.20 | 0.30 | 164.23 | 0.62 | 0.43 |
| Hex | 2A | B3 | 8F | 4D | 0 | 14 | 1E | A4 | 3E | 2B |
| Octal | 52 | 263 | 217 | 115 | 0 | 24 | 36 | 244 | 76 | 53 |
| Binary | 101010 | 10110011 | 10001111 | 1001101 | 0 | 10100 | 11110 | 10100100 | 111110 | 101011 |
Color Harmonies of #2AB38F
Complementary color
Monochromatic Colors of #2AB38F
Black with #2AB38F
Text Example
Text Example
White with #2AB38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB38F; }
p { color: rgb(42,179,143); }
H1.HeaderClassName
{
color: #2AB38F;
}
.AnyTagClassName
{
color: #2AB38F;
}
</style>
background-color css
<style>
a { background-color: #2AB38F; }
a { background-color: rgb(42,179,143); }
div.DivClassName
{
background-color: #2AB38F;
}
.BgClassName
{
background-color: #2AB38F;
}
</style>
border-color css
<style>
span { border-color: #2AB38F; }
span { border-color: rgb(42,179,143); }
td.TdClassName
{
border-color: #2AB38F;
}
.TagClassName
{
border-color: #2AB38F;
}
</style>