Shades of Niagara #1FA385
Tints of Niagara #1FA385
RGB
CMYK
RGB Variations
Color information
#1FA385 (or 0x1FA385) is known color: Niagara. HEX triplet: 1F, A3 and 85. RGB value is (31,163,133). Sum of RGB (Red+Green+Blue) = 31+163+133=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 163 - color contains mainly: green. Hex color #1FA385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA385 is #E05C7A. Grayscale: #787878. Windows color (decimal): -14703739 or 8758047. OLE color: 8758047.
HSL color Cylindrical-coordinate representation of color #1FA385: hue angle of 166.36º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA385 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 163 | 133 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.36 |
| HSL | 166.36º | 0.68% | 0.38% | - |
| HSV(B) | 166.36º | 0.81% | 0.64% | - |
| XYZ | 17.9 | 28.18 | 26.69 | - |
| YUV | 120.11 | 135.27 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 163 | 133 | 0.81 | 0 | 0.18 | 0.36 | 166.36 | 0.68 | 0.38 |
| Hex | 1F | A3 | 85 | 51 | 0 | 12 | 24 | A6 | 44 | 26 |
| Octal | 37 | 243 | 205 | 121 | 0 | 22 | 44 | 246 | 104 | 46 |
| Binary | 11111 | 10100011 | 10000101 | 1010001 | 0 | 10010 | 100100 | 10100110 | 1000100 | 100110 |
Color Harmonies of #1FA385
Complementary color
Monochromatic Colors of #1FA385
Black with #1FA385
Text Example
Text Example
White with #1FA385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA385; }
p { color: rgb(31,163,133); }
H1.HeaderClassName
{
color: #1FA385;
}
.AnyTagClassName
{
color: #1FA385;
}
</style>
background-color css
<style>
a { background-color: #1FA385; }
a { background-color: rgb(31,163,133); }
div.DivClassName
{
background-color: #1FA385;
}
.BgClassName
{
background-color: #1FA385;
}
</style>
border-color css
<style>
span { border-color: #1FA385; }
span { border-color: rgb(31,163,133); }
td.TdClassName
{
border-color: #1FA385;
}
.TagClassName
{
border-color: #1FA385;
}
</style>