#1FA78B

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

Shades of Niagara #1FA78B

Tints of Niagara #1FA78B

Color information

#1FA78B (or 0x1FA78B) is unknown color: approx Niagara. HEX triplet: 1F, A7 and 8B. RGB value is (31,167,139). Sum of RGB (Red+Green+Blue) = 31+167+139=337 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.20% from 337); Green value is 167 (65.62% from 255 or 49.55% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 167 - color contains mainly: green. Hex color #1FA78B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA78B is #E05874. Grayscale: #7B7B7B. Windows color (decimal): -14702709 or 9152287. OLE color: 9152287.

HSL color Cylindrical-coordinate representation of color #1FA78B: hue angle of 167.65º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA78B is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB31167139-
CMYK0.8100.170.35
HSL167.65º68.69%38.82%-
HSV(B)167.65º81.44%65.49%-
XYZ19.0429.7929.17-
YUV123.14136.9462.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.20%
GREEN value IS 167 (65.62% from 255) = 49.55%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=9.20%
G=49.55%
B=41.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal311671390.8100.170.35167.6568.6938.82
Hex1FA78B5101123a84527
Octal372472131210214325010547
Binary1111110100111100010111010001010001100011101010001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,167,139); }

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

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

 a { background-color: rgb(31,167,139); }

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

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

 span { border-color: rgb(31,167,139); }

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