Shades of Niagara #1FAF93
Tints of Niagara #1FAF93
RGB
CMYK
RGB Variations
Color information
#1FAF93 (or 0x1FAF93) is known color: Niagara. HEX triplet: 1F, AF and 93. RGB value is (31,175,147). Sum of RGB (Red+Green+Blue) = 31+175+147=353 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.78% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #1FAF93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAF93 is #E0506C. Grayscale: #808080. Windows color (decimal): -14700653 or 9678623. OLE color: 9678623.
HSL color Cylindrical-coordinate representation of color #1FAF93: hue angle of 168.33º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAF93 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 175 | 147 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.31 |
| HSL | 168.33º | 0.7% | 0.4% | - |
| HSV(B) | 168.33º | 0.82% | 0.69% | - |
| XYZ | 21.16 | 33.06 | 32.87 | - |
| YUV | 128.75 | 138.29 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 175 | 147 | 0.82 | 0 | 0.16 | 0.31 | 168.33 | 0.7 | 0.4 |
| Hex | 1F | AF | 93 | 52 | 0 | 10 | 1F | A8 | 46 | 28 |
| Octal | 37 | 257 | 223 | 122 | 0 | 20 | 37 | 250 | 106 | 50 |
| Binary | 11111 | 10101111 | 10010011 | 1010010 | 0 | 10000 | 11111 | 10101000 | 1000110 | 101000 |
Color Harmonies of #1FAF93
Complementary color
Monochromatic Colors of #1FAF93
Black with #1FAF93
Text Example
Text Example
White with #1FAF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAF93; }
p { color: rgb(31,175,147); }
H1.HeaderClassName
{
color: #1FAF93;
}
.AnyTagClassName
{
color: #1FAF93;
}
</style>
background-color css
<style>
a { background-color: #1FAF93; }
a { background-color: rgb(31,175,147); }
div.DivClassName
{
background-color: #1FAF93;
}
.BgClassName
{
background-color: #1FAF93;
}
</style>
border-color css
<style>
span { border-color: #1FAF93; }
span { border-color: rgb(31,175,147); }
td.TdClassName
{
border-color: #1FAF93;
}
.TagClassName
{
border-color: #1FAF93;
}
</style>