Shades of Niagara #1FA68F
Tints of Niagara #1FA68F
RGB
CMYK
RGB Variations
Color information
#1FA68F (or 0x1FA68F) is known color: Niagara. HEX triplet: 1F, A6 and 8F. RGB value is (31,166,143). Sum of RGB (Red+Green+Blue) = 31+166+143=340 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.12% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 166 - color contains mainly: green. Hex color #1FA68F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA68F is #E05970. Grayscale: #7A7A7A. Windows color (decimal): -14702961 or 9414175. OLE color: 9414175.
HSL color Cylindrical-coordinate representation of color #1FA68F: hue angle of 169.78º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA68F is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 166 | 143 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.35 |
| HSL | 169.78º | 0.69% | 0.39% | - |
| HSV(B) | 169.78º | 0.81% | 0.65% | - |
| XYZ | 19.16 | 29.55 | 30.68 | - |
| YUV | 123.01 | 139.27 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 166 | 143 | 0.81 | 0 | 0.14 | 0.35 | 169.78 | 0.69 | 0.39 |
| Hex | 1F | A6 | 8F | 51 | 0 | E | 23 | AA | 45 | 27 |
| Octal | 37 | 246 | 217 | 121 | 0 | 16 | 43 | 252 | 105 | 47 |
| Binary | 11111 | 10100110 | 10001111 | 1010001 | 0 | 1110 | 100011 | 10101010 | 1000101 | 100111 |
Color Harmonies of #1FA68F
Complementary color
Monochromatic Colors of #1FA68F
Black with #1FA68F
Text Example
Text Example
White with #1FA68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA68F; }
p { color: rgb(31,166,143); }
H1.HeaderClassName
{
color: #1FA68F;
}
.AnyTagClassName
{
color: #1FA68F;
}
</style>
background-color css
<style>
a { background-color: #1FA68F; }
a { background-color: rgb(31,166,143); }
div.DivClassName
{
background-color: #1FA68F;
}
.BgClassName
{
background-color: #1FA68F;
}
</style>
border-color css
<style>
span { border-color: #1FA68F; }
span { border-color: rgb(31,166,143); }
td.TdClassName
{
border-color: #1FA68F;
}
.TagClassName
{
border-color: #1FA68F;
}
</style>