#1FA3A1

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

Shades of Java #1FA3A1

Tints of Java #1FA3A1

Color information

#1FA3A1 (or 0x1FA3A1) is unknown color: approx Java. HEX triplet: 1F, A3 and A1. RGB value is (31,163,161). Sum of RGB (Red+Green+Blue) = 31+163+161=355 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.73% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 163 - color contains mainly: green. Hex color #1FA3A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA3A1 is #E05C5E. Grayscale: #7B7B7B. Windows color (decimal): -14703711 or 10593055. OLE color: 10593055.

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

Color convert

RGB31163161-
CMYK0.8100.010.36
HSL179.09º68.04%38.04%-
HSV(B)179.09º80.98%63.92%-
XYZ20.129.0638.27-
YUV123.3149.2762.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.73%
GREEN value IS 163 (64.06% from 255) = 45.92%
BLUE value IS 161 (63.28% from 255) = 45.35%
R=8.73%
G=45.92%
B=45.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal311631610.8100.010.36179.0968.0438.04
Hex1FA3A1510124b34426
Octal37243241121014426310446
Binary111111010001110100001101000101100100101100111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,163,161); }

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

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

 a { background-color: rgb(31,163,161); }

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

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

 span { border-color: rgb(31,163,161); }

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