Shades of Niagara #1F9984
Tints of Niagara #1F9984
RGB
CMYK
RGB Variations
Color information
#1F9984 (or 0x1F9984) is known color: Niagara. HEX triplet: 1F, 99 and 84. RGB value is (31,153,132). Sum of RGB (Red+Green+Blue) = 31+153+132=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #1F9984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9984 is #E0667B. Grayscale: #727272. Windows color (decimal): -14706300 or 8689951. OLE color: 8689951.
HSL color Cylindrical-coordinate representation of color #1F9984: hue angle of 169.67º 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 #1F9984 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 153 | 132 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.4 |
| HSL | 169.67º | 0.66% | 0.36% | - |
| HSV(B) | 169.67º | 0.8% | 0.6% | - |
| XYZ | 16.12 | 24.74 | 25.76 | - |
| YUV | 114.13 | 138.08 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 132 | 0.80 | 0 | 0.14 | 0.4 | 169.67 | 0.66 | 0.36 |
| Hex | 1F | 99 | 84 | 50 | 0 | E | 28 | AA | 42 | 24 |
| Octal | 37 | 231 | 204 | 120 | 0 | 16 | 50 | 252 | 102 | 44 |
| Binary | 11111 | 10011001 | 10000100 | 1010000 | 0 | 1110 | 101000 | 10101010 | 1000010 | 100100 |
Color Harmonies of #1F9984
Complementary color
Monochromatic Colors of #1F9984
Black with #1F9984
Text Example
Text Example
White with #1F9984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9984; }
p { color: rgb(31,153,132); }
H1.HeaderClassName
{
color: #1F9984;
}
.AnyTagClassName
{
color: #1F9984;
}
</style>
background-color css
<style>
a { background-color: #1F9984; }
a { background-color: rgb(31,153,132); }
div.DivClassName
{
background-color: #1F9984;
}
.BgClassName
{
background-color: #1F9984;
}
</style>
border-color css
<style>
span { border-color: #1F9984; }
span { border-color: rgb(31,153,132); }
td.TdClassName
{
border-color: #1F9984;
}
.TagClassName
{
border-color: #1F9984;
}
</style>