Shades of Niagara #2FAE9B
Tints of Niagara #2FAE9B
RGB
CMYK
RGB Variations
Color information
#2FAE9B (or 0x2FAE9B) is known color: Niagara. HEX triplet: 2F, AE and 9B. RGB value is (47,174,155). Sum of RGB (Red+Green+Blue) = 47+174+155=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAE9B is #D05164. Grayscale: #858585. Windows color (decimal): -13652325 or 10202671. OLE color: 10202671.
HSL color Cylindrical-coordinate representation of color #2FAE9B: hue angle of 171.02º 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 #2FAE9B is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 174 | 155 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.32 |
| HSL | 171.02º | 0.57% | 0.43% | - |
| HSV(B) | 171.02º | 0.73% | 0.68% | - |
| XYZ | 22.22 | 33.24 | 36.26 | - |
| YUV | 133.86 | 139.92 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 155 | 0.73 | 0 | 0.11 | 0.32 | 171.02 | 0.57 | 0.43 |
| Hex | 2F | AE | 9B | 49 | 0 | B | 20 | AB | 39 | 2B |
| Octal | 57 | 256 | 233 | 111 | 0 | 13 | 40 | 253 | 71 | 53 |
| Binary | 101111 | 10101110 | 10011011 | 1001001 | 0 | 1011 | 100000 | 10101011 | 111001 | 101011 |
Color Harmonies of #2FAE9B
Complementary color
Monochromatic Colors of #2FAE9B
Black with #2FAE9B
Text Example
Text Example
White with #2FAE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAE9B; }
p { color: rgb(47,174,155); }
H1.HeaderClassName
{
color: #2FAE9B;
}
.AnyTagClassName
{
color: #2FAE9B;
}
</style>
background-color css
<style>
a { background-color: #2FAE9B; }
a { background-color: rgb(47,174,155); }
div.DivClassName
{
background-color: #2FAE9B;
}
.BgClassName
{
background-color: #2FAE9B;
}
</style>
border-color css
<style>
span { border-color: #2FAE9B; }
span { border-color: rgb(47,174,155); }
td.TdClassName
{
border-color: #2FAE9B;
}
.TagClassName
{
border-color: #2FAE9B;
}
</style>