#1FA596

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

Shades of Java #1FA596

Tints of Java #1FA596

Color information

#1FA596 (or 0x1FA596) is unknown color: approx Java. HEX triplet: 1F, A5 and 96. RGB value is (31,165,150). Sum of RGB (Red+Green+Blue) = 31+165+150=346 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.96% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA596 is #E05A69. Grayscale: #7B7B7B. Windows color (decimal): -14703210 or 9872671. OLE color: 9872671.

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

Color convert

RGB31165150-
CMYK0.8100.090.35
HSL173.28º68.37%38.43%-
HSV(B)173.28º81.21%64.71%-
XYZ19.5329.433.5-
YUV123.22143.1162.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.96%
GREEN value IS 165 (64.84% from 255) = 47.69%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=8.96%
G=47.69%
B=43.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal311651500.8100.090.35173.2868.3738.43
Hex1FA596510923ad4426
Octal372452261210114325510446
Binary111111010010110010110101000101001100011101011011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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