Shades of Niagara #2FAD8D
Tints of Niagara #2FAD8D
RGB
CMYK
RGB Variations
Color information
#2FAD8D (or 0x2FAD8D) is known color: Niagara. HEX triplet: 2F, AD and 8D. RGB value is (47,173,141). Sum of RGB (Red+Green+Blue) = 47+173+141=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAD8D is #D05272. Grayscale: #838383. Windows color (decimal): -13652595 or 9284911. OLE color: 9284911.
HSL color Cylindrical-coordinate representation of color #2FAD8D: hue angle of 164.76º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAD8D is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 173 | 141 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.32 |
| HSL | 164.76º | 0.57% | 0.43% | - |
| HSV(B) | 164.76º | 0.73% | 0.68% | - |
| XYZ | 20.92 | 32.41 | 30.35 | - |
| YUV | 131.68 | 133.26 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 141 | 0.73 | 0 | 0.18 | 0.32 | 164.76 | 0.57 | 0.43 |
| Hex | 2F | AD | 8D | 49 | 0 | 12 | 20 | A5 | 39 | 2B |
| Octal | 57 | 255 | 215 | 111 | 0 | 22 | 40 | 245 | 71 | 53 |
| Binary | 101111 | 10101101 | 10001101 | 1001001 | 0 | 10010 | 100000 | 10100101 | 111001 | 101011 |
Color Harmonies of #2FAD8D
Complementary color
Monochromatic Colors of #2FAD8D
Black with #2FAD8D
Text Example
Text Example
White with #2FAD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAD8D; }
p { color: rgb(47,173,141); }
H1.HeaderClassName
{
color: #2FAD8D;
}
.AnyTagClassName
{
color: #2FAD8D;
}
</style>
background-color css
<style>
a { background-color: #2FAD8D; }
a { background-color: rgb(47,173,141); }
div.DivClassName
{
background-color: #2FAD8D;
}
.BgClassName
{
background-color: #2FAD8D;
}
</style>
border-color css
<style>
span { border-color: #2FAD8D; }
span { border-color: rgb(47,173,141); }
td.TdClassName
{
border-color: #2FAD8D;
}
.TagClassName
{
border-color: #2FAD8D;
}
</style>