#1FA085

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

Shades of Niagara #1FA085

Tints of Niagara #1FA085

Color information

#1FA085 (or 0x1FA085) is unknown color: approx Niagara. HEX triplet: 1F, A0 and 85. RGB value is (31,160,133). Sum of RGB (Red+Green+Blue) = 31+160+133=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA085 is #E05F7A. Grayscale: #767676. Windows color (decimal): -14704507 or 8757279. OLE color: 8757279.

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

Color convert

RGB31160133-
CMYK0.8100.170.37
HSL167.44º67.54%37.45%-
HSV(B)167.44º80.62%62.75%-
XYZ17.3727.1326.51-
YUV118.35136.2665.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.57%
GREEN value IS 160 (62.89% from 255) = 49.38%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=9.57%
G=49.38%
B=41.05%

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
Decimal311601330.8100.170.37167.4467.5437.45
Hex1FA0855101125a74425
Octal372402051210214524710445
Binary1111110100000100001011010001010001100101101001111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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