#1FA593

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

Shades of Niagara #1FA593

Tints of Niagara #1FA593

Color information

#1FA593 (or 0x1FA593) is unknown color: approx Niagara. HEX triplet: 1F, A5 and 93. RGB value is (31,165,147). Sum of RGB (Red+Green+Blue) = 31+165+147=343 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.04% from 343); Green value is 165 (64.84% from 255 or 48.10% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA593 is #E05A6C. Grayscale: #7A7A7A. Windows color (decimal): -14703213 or 9676063. OLE color: 9676063.

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

Color convert

RGB31165147-
CMYK0.8100.110.35
HSL171.94º68.37%38.43%-
HSV(B)171.94º81.21%64.71%-
XYZ19.2929.3132.24-
YUV122.88141.6162.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.04%
GREEN value IS 165 (64.84% from 255) = 48.10%
BLUE value IS 147 (57.81% from 255) = 42.86%
R=9.04%
G=48.10%
B=42.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal311651470.8100.110.35171.9468.3738.43
Hex1FA593510B23ac4426
Octal372452231210134325410446
Binary111111010010110010011101000101011100011101011001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,165,147); }

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

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

 a { background-color: rgb(31,165,147); }

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

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

 span { border-color: rgb(31,165,147); }

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