#1FA087

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

Shades of Niagara #1FA087

Tints of Niagara #1FA087

Color information

#1FA087 (or 0x1FA087) is unknown color: approx Niagara. HEX triplet: 1F, A0 and 87. RGB value is (31,160,135). Sum of RGB (Red+Green+Blue) = 31+160+135=326 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.51% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA087 is #E05F78. Grayscale: #767676. Windows color (decimal): -14704505 or 8888351. OLE color: 8888351.

HSL color Cylindrical-coordinate representation of color #1FA087: hue angle of 168.37º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA087 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB31160135-
CMYK0.8100.160.37
HSL168.37º67.54%37.45%-
HSV(B)168.37º80.62%62.75%-
XYZ17.5127.1827.25-
YUV118.58137.2665.53-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.51%
GREEN value IS 160 (62.89% from 255) = 49.08%
BLUE value IS 135 (53.12% from 255) = 41.41%
R=9.51%
G=49.08%
B=41.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal311601350.8100.160.37168.3767.5437.45
Hex1FA0875101025a84425
Octal372402071210204525010445
Binary1111110100000100001111010001010000100101101010001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,160,135); }

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

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

 a { background-color: rgb(31,160,135); }

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

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

 span { border-color: rgb(31,160,135); }

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