Shades of Niagara #1F997F
Tints of Niagara #1F997F
RGB
CMYK
RGB Variations
Color information
#1F997F (or 0x1F997F) is known color: Niagara. HEX triplet: 1F, 99 and 7F. RGB value is (31,153,127). Sum of RGB (Red+Green+Blue) = 31+153+127=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #1F997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F997F is #E06680. Grayscale: #717171. Windows color (decimal): -14706305 or 8362271. OLE color: 8362271.
HSL color Cylindrical-coordinate representation of color #1F997F: hue angle of 167.21º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F997F is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 153 | 127 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.4 |
| HSL | 167.21º | 0.66% | 0.36% | - |
| HSV(B) | 167.21º | 0.8% | 0.6% | - |
| XYZ | 15.79 | 24.61 | 24 | - |
| YUV | 113.56 | 135.58 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 127 | 0.80 | 0 | 0.17 | 0.4 | 167.21 | 0.66 | 0.36 |
| Hex | 1F | 99 | 7F | 50 | 0 | 11 | 28 | A7 | 42 | 24 |
| Octal | 37 | 231 | 177 | 120 | 0 | 21 | 50 | 247 | 102 | 44 |
| Binary | 11111 | 10011001 | 1111111 | 1010000 | 0 | 10001 | 101000 | 10100111 | 1000010 | 100100 |
Color Harmonies of #1F997F
Complementary color
Monochromatic Colors of #1F997F
Black with #1F997F
Text Example
Text Example
White with #1F997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F997F; }
p { color: rgb(31,153,127); }
H1.HeaderClassName
{
color: #1F997F;
}
.AnyTagClassName
{
color: #1F997F;
}
</style>
background-color css
<style>
a { background-color: #1F997F; }
a { background-color: rgb(31,153,127); }
div.DivClassName
{
background-color: #1F997F;
}
.BgClassName
{
background-color: #1F997F;
}
</style>
border-color css
<style>
span { border-color: #1F997F; }
span { border-color: rgb(31,153,127); }
td.TdClassName
{
border-color: #1F997F;
}
.TagClassName
{
border-color: #1F997F;
}
</style>