Shades of Niagara #2FA48A
Tints of Niagara #2FA48A
RGB
CMYK
RGB Variations
Color information
#2FA48A (or 0x2FA48A) is known color: Niagara. HEX triplet: 2F, A4 and 8A. RGB value is (47,164,138). Sum of RGB (Red+Green+Blue) = 47+164+138=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA48A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA48A is #D05B75. Grayscale: #7E7E7E. Windows color (decimal): -13654902 or 9085999. OLE color: 9085999.
HSL color Cylindrical-coordinate representation of color #2FA48A: hue angle of 166.67º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA48A is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 164 | 138 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.36 |
| HSL | 166.67º | 0.55% | 0.41% | - |
| HSV(B) | 166.67º | 0.71% | 0.64% | - |
| XYZ | 19.04 | 28.99 | 28.64 | - |
| YUV | 126.05 | 134.74 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 164 | 138 | 0.71 | 0 | 0.16 | 0.36 | 166.67 | 0.55 | 0.41 |
| Hex | 2F | A4 | 8A | 47 | 0 | 10 | 24 | A7 | 37 | 29 |
| Octal | 57 | 244 | 212 | 107 | 0 | 20 | 44 | 247 | 67 | 51 |
| Binary | 101111 | 10100100 | 10001010 | 1000111 | 0 | 10000 | 100100 | 10100111 | 110111 | 101001 |
Color Harmonies of #2FA48A
Complementary color
Monochromatic Colors of #2FA48A
Black with #2FA48A
Text Example
Text Example
White with #2FA48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA48A; }
p { color: rgb(47,164,138); }
H1.HeaderClassName
{
color: #2FA48A;
}
.AnyTagClassName
{
color: #2FA48A;
}
</style>
background-color css
<style>
a { background-color: #2FA48A; }
a { background-color: rgb(47,164,138); }
div.DivClassName
{
background-color: #2FA48A;
}
.BgClassName
{
background-color: #2FA48A;
}
</style>
border-color css
<style>
span { border-color: #2FA48A; }
span { border-color: rgb(47,164,138); }
td.TdClassName
{
border-color: #2FA48A;
}
.TagClassName
{
border-color: #2FA48A;
}
</style>