#1FA084

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

Shades of Niagara #1FA084

Tints of Niagara #1FA084

Color information

#1FA084 (or 0x1FA084) is unknown color: approx Niagara. HEX triplet: 1F, A0 and 84. RGB value is (31,160,132). Sum of RGB (Red+Green+Blue) = 31+160+132=323 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.60% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA084 is #E05F7B. Grayscale: #767676. Windows color (decimal): -14704508 or 8691743. OLE color: 8691743.

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

Color convert

RGB31160132-
CMYK0.8100.170.37
HSL166.98º67.54%37.45%-
HSV(B)166.98º80.62%62.75%-
XYZ17.327.126.15-
YUV118.24135.7665.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.60%
GREEN value IS 160 (62.89% from 255) = 49.54%
BLUE value IS 132 (51.95% from 255) = 40.87%
R=9.60%
G=49.54%
B=40.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal311601320.8100.170.37166.9867.5437.45
Hex1FA0845101125a74425
Octal372402041210214524710445
Binary1111110100000100001001010001010001100101101001111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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