#1FA892

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

Shades of Niagara #1FA892

Tints of Niagara #1FA892

Color information

#1FA892 (or 0x1FA892) is unknown color: approx Niagara. HEX triplet: 1F, A8 and 92. RGB value is (31,168,146). Sum of RGB (Red+Green+Blue) = 31+168+146=345 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.99% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 168 - color contains mainly: green. Hex color #1FA892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA892 is #E0576D. Grayscale: #7C7C7C. Windows color (decimal): -14702446 or 9611295. OLE color: 9611295.

HSL color Cylindrical-coordinate representation of color #1FA892: hue angle of 170.36º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FA892 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB31168146-
CMYK0.8200.130.34
HSL170.36º68.84%39.02%-
HSV(B)170.36º81.55%65.88%-
XYZ19.7630.3732.02-
YUV124.53140.1161.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.99%
GREEN value IS 168 (66.02% from 255) = 48.70%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=8.99%
G=48.70%
B=42.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal311681460.8200.130.34170.3668.8439.02
Hex1FA892520D22aa4527
Octal372502221220154225210547
Binary111111010100010010010101001001101100010101010101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,168,146); }

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

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

 a { background-color: rgb(31,168,146); }

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

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

 span { border-color: rgb(31,168,146); }

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