#1F9C81

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

Shades of Niagara #1F9C81

Tints of Niagara #1F9C81

Color information

#1F9C81 (or 0x1F9C81) is unknown color: approx Niagara. HEX triplet: 1F, 9C and 81. RGB value is (31,156,129). Sum of RGB (Red+Green+Blue) = 31+156+129=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 156 (61.33% from 255 or 49.37% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9C81 is #E0637E. Grayscale: #737373. Windows color (decimal): -14705535 or 8494111. OLE color: 8494111.

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

Color convert

RGB31156129-
CMYK0.8000.170.39
HSL167.04º66.84%36.67%-
HSV(B)167.04º80.13%61.18%-
XYZ16.4225.6524.86-
YUV115.55135.5967.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.81%
GREEN value IS 156 (61.33% from 255) = 49.37%
BLUE value IS 129 (50.78% from 255) = 40.82%
R=9.81%
G=49.37%
B=40.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal311561290.8000.170.39167.0466.8436.67
Hex1F9C815001127a74325
Octal372342011200214724710345
Binary1111110011100100000011010000010001100111101001111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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