Shades of Niagara #1FAB93
Tints of Niagara #1FAB93
RGB
CMYK
RGB Variations
Color information
#1FAB93 (or 0x1FAB93) is known color: Niagara. HEX triplet: 1F, AB and 93. RGB value is (31,171,147). Sum of RGB (Red+Green+Blue) = 31+171+147=349 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.88% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAB93 is #E0546C. Grayscale: #7E7E7E. Windows color (decimal): -14701677 or 9677599. OLE color: 9677599.
HSL color Cylindrical-coordinate representation of color #1FAB93: hue angle of 169.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAB93 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 147 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.33 |
| HSL | 169.71º | 0.69% | 0.4% | - |
| HSV(B) | 169.71º | 0.82% | 0.67% | - |
| XYZ | 20.39 | 31.52 | 32.61 | - |
| YUV | 126.4 | 139.62 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 147 | 0.82 | 0 | 0.14 | 0.33 | 169.71 | 0.69 | 0.4 |
| Hex | 1F | AB | 93 | 52 | 0 | E | 21 | AA | 45 | 28 |
| Octal | 37 | 253 | 223 | 122 | 0 | 16 | 41 | 252 | 105 | 50 |
| Binary | 11111 | 10101011 | 10010011 | 1010010 | 0 | 1110 | 100001 | 10101010 | 1000101 | 101000 |
Color Harmonies of #1FAB93
Complementary color
Monochromatic Colors of #1FAB93
Black with #1FAB93
Text Example
Text Example
White with #1FAB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB93; }
p { color: rgb(31,171,147); }
H1.HeaderClassName
{
color: #1FAB93;
}
.AnyTagClassName
{
color: #1FAB93;
}
</style>
background-color css
<style>
a { background-color: #1FAB93; }
a { background-color: rgb(31,171,147); }
div.DivClassName
{
background-color: #1FAB93;
}
.BgClassName
{
background-color: #1FAB93;
}
</style>
border-color css
<style>
span { border-color: #1FAB93; }
span { border-color: rgb(31,171,147); }
td.TdClassName
{
border-color: #1FAB93;
}
.TagClassName
{
border-color: #1FAB93;
}
</style>