Shades of Niagara #2FB493
Tints of Niagara #2FB493
RGB
CMYK
RGB Variations
Color information
#2FB493 (or 0x2FB493) is known color: Niagara. HEX triplet: 2F, B4 and 93. RGB value is (47,180,147). Sum of RGB (Red+Green+Blue) = 47+180+147=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB493 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB493 is #D04B6C. Grayscale: #888888. Windows color (decimal): -13650797 or 9679919. OLE color: 9679919.
HSL color Cylindrical-coordinate representation of color #2FB493: hue angle of 165.11º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB493 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 180 | 147 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.29 |
| HSL | 165.11º | 0.59% | 0.45% | - |
| HSV(B) | 165.11º | 0.74% | 0.71% | - |
| XYZ | 22.76 | 35.35 | 33.23 | - |
| YUV | 136.47 | 133.94 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 147 | 0.74 | 0 | 0.18 | 0.29 | 165.11 | 0.59 | 0.45 |
| Hex | 2F | B4 | 93 | 4A | 0 | 12 | 1D | A5 | 3B | 2D |
| Octal | 57 | 264 | 223 | 112 | 0 | 22 | 35 | 245 | 73 | 55 |
| Binary | 101111 | 10110100 | 10010011 | 1001010 | 0 | 10010 | 11101 | 10100101 | 111011 | 101101 |
Color Harmonies of #2FB493
Complementary color
Monochromatic Colors of #2FB493
Black with #2FB493
Text Example
Text Example
White with #2FB493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB493; }
p { color: rgb(47,180,147); }
H1.HeaderClassName
{
color: #2FB493;
}
.AnyTagClassName
{
color: #2FB493;
}
</style>
background-color css
<style>
a { background-color: #2FB493; }
a { background-color: rgb(47,180,147); }
div.DivClassName
{
background-color: #2FB493;
}
.BgClassName
{
background-color: #2FB493;
}
</style>
border-color css
<style>
span { border-color: #2FB493; }
span { border-color: rgb(47,180,147); }
td.TdClassName
{
border-color: #2FB493;
}
.TagClassName
{
border-color: #2FB493;
}
</style>