#1FA696

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

Shades of Niagara #1FA696

Tints of Niagara #1FA696

Color information

#1FA696 (or 0x1FA696) is unknown color: approx Niagara. HEX triplet: 1F, A6 and 96. RGB value is (31,166,150). Sum of RGB (Red+Green+Blue) = 31+166+150=347 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.93% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 166 - color contains mainly: green. Hex color #1FA696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA696 is #E05969. Grayscale: #7B7B7B. Windows color (decimal): -14702954 or 9872927. OLE color: 9872927.

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

Color convert

RGB31166150-
CMYK0.8100.100.35
HSL172.89º68.53%38.63%-
HSV(B)172.89º81.33%65.1%-
XYZ19.7129.7733.56-
YUV123.81142.7761.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.93%
GREEN value IS 166 (65.23% from 255) = 47.84%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=8.93%
G=47.84%
B=43.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal311661500.8100.100.35172.8968.5338.63
Hex1FA696510A23ad4527
Octal372462261210124325510547
Binary111111010011010010110101000101010100011101011011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,166,150); }

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

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

 a { background-color: rgb(31,166,150); }

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

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

 span { border-color: rgb(31,166,150); }

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