Shades of Niagara #2FAD9A
Tints of Niagara #2FAD9A
RGB
CMYK
RGB Variations
Color information
#2FAD9A (or 0x2FAD9A) is known color: Niagara. HEX triplet: 2F, AD and 9A. RGB value is (47,173,154). Sum of RGB (Red+Green+Blue) = 47+173+154=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAD9A is #D05265. Grayscale: #858585. Windows color (decimal): -13652582 or 10136879. OLE color: 10136879.
HSL color Cylindrical-coordinate representation of color #2FAD9A: hue angle of 170.95º 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 #2FAD9A is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 173 | 154 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.32 |
| HSL | 170.95º | 0.57% | 0.43% | - |
| HSV(B) | 170.95º | 0.73% | 0.68% | - |
| XYZ | 21.95 | 32.82 | 35.75 | - |
| YUV | 133.16 | 139.76 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 154 | 0.73 | 0 | 0.11 | 0.32 | 170.95 | 0.57 | 0.43 |
| Hex | 2F | AD | 9A | 49 | 0 | B | 20 | AB | 39 | 2B |
| Octal | 57 | 255 | 232 | 111 | 0 | 13 | 40 | 253 | 71 | 53 |
| Binary | 101111 | 10101101 | 10011010 | 1001001 | 0 | 1011 | 100000 | 10101011 | 111001 | 101011 |
Color Harmonies of #2FAD9A
Complementary color
Monochromatic Colors of #2FAD9A
Black with #2FAD9A
Text Example
Text Example
White with #2FAD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAD9A; }
p { color: rgb(47,173,154); }
H1.HeaderClassName
{
color: #2FAD9A;
}
.AnyTagClassName
{
color: #2FAD9A;
}
</style>
background-color css
<style>
a { background-color: #2FAD9A; }
a { background-color: rgb(47,173,154); }
div.DivClassName
{
background-color: #2FAD9A;
}
.BgClassName
{
background-color: #2FAD9A;
}
</style>
border-color css
<style>
span { border-color: #2FAD9A; }
span { border-color: rgb(47,173,154); }
td.TdClassName
{
border-color: #2FAD9A;
}
.TagClassName
{
border-color: #2FAD9A;
}
</style>