#1FA29A

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

Shades of Java #1FA29A

Tints of Java #1FA29A

Color information

#1FA29A (or 0x1FA29A) is unknown color: approx Java. HEX triplet: 1F, A2 and 9A. RGB value is (31,162,154). Sum of RGB (Red+Green+Blue) = 31+162+154=347 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.93% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA29A is #E05D65. Grayscale: #797979. Windows color (decimal): -14703974 or 10134047. OLE color: 10134047.

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

Color convert

RGB31162154-
CMYK0.8100.050.36
HSL176.34º67.88%37.84%-
HSV(B)176.34º80.86%63.53%-
XYZ19.3228.4735.05-
YUV121.92146.163.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.93%
GREEN value IS 162 (63.67% from 255) = 46.69%
BLUE value IS 154 (60.55% from 255) = 44.38%
R=8.93%
G=46.69%
B=44.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal311621540.8100.050.36176.3467.8837.84
Hex1FA29A510524b04426
Octal37242232121054426010446
Binary11111101000101001101010100010101100100101100001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,162,154); }

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

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

 a { background-color: rgb(31,162,154); }

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

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

 span { border-color: rgb(31,162,154); }

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