#1F9982

Color #1F9982 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #1F9982

Tints of Niagara #1F9982

Color information

#1F9982 (or 0x1F9982) is unknown color: approx Niagara. HEX triplet: 1F, 99 and 82. RGB value is (31,153,130). Sum of RGB (Red+Green+Blue) = 31+153+130=314 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.87% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #1F9982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9982 is #E0667D. Grayscale: #717171. Windows color (decimal): -14706302 or 8558879. OLE color: 8558879.

HSL color Cylindrical-coordinate representation of color #1F9982: hue angle of 168.69º 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 #1F9982 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB31153130-
CMYK0.8000.150.4
HSL168.69º66.3%36.08%-
HSV(B)168.69º79.74%60%-
XYZ15.9924.6925.04-
YUV113.9137.0868.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 9.87%
GREEN value IS 153 (60.16% from 255) = 48.73%
BLUE value IS 130 (51.17% from 255) = 41.40%
R=9.87%
G=48.73%
B=41.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal311531300.8000.150.4168.6966.336.08
Hex1F9982500F28a94224
Octal372312021200175025110244
Binary111111001100110000010101000001111101000101010011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F9982; }

 p { color: rgb(31,153,130); }

 H1.HeaderClassName
 {
   color: #1F9982;
 }
 .AnyTagClassName
 {
   color: #1F9982;
 }
</style>
background-color css

<style>
 a { background-color: #1F9982; }

 a { background-color: rgb(31,153,130); }

 div.DivClassName
 {
   background-color: #1F9982;
 }
 .BgClassName
 {
   background-color: #1F9982;
 }
</style>
border-color css

<style>
 span { border-color: #1F9982; }

 span { border-color: rgb(31,153,130); }

 td.TdClassName
 {
   border-color: #1F9982;
 }
 .TagClassName
 {
   border-color: #1F9982;
 }
</style>