#1F9C80

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

Shades of Niagara #1F9C80

Tints of Niagara #1F9C80

Color information

#1F9C80 (or 0x1F9C80) is unknown color: approx Niagara. HEX triplet: 1F, 9C and 80. RGB value is (31,156,128). Sum of RGB (Red+Green+Blue) = 31+156+128=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9C80 is #E0637F. Grayscale: #737373. Windows color (decimal): -14705536 or 8428575. OLE color: 8428575.

HSL color Cylindrical-coordinate representation of color #1F9C80: hue angle of 166.56º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C80 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB31156128-
CMYK0.8000.180.39
HSL166.56º66.84%36.67%-
HSV(B)166.56º80.13%61.18%-
XYZ16.3525.6324.51-
YUV115.43135.0967.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.84%
GREEN value IS 156 (61.33% from 255) = 49.52%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=9.84%
G=49.52%
B=40.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal311561280.8000.180.39166.5666.8436.67
Hex1F9C805001227a74325
Octal372342001200224724710345
Binary1111110011100100000001010000010010100111101001111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,156,128); }

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

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

 a { background-color: rgb(31,156,128); }

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

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

 span { border-color: rgb(31,156,128); }

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