#1FA29C

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

Shades of Java #1FA29C

Tints of Java #1FA29C

Color information

#1FA29C (or 0x1FA29C) is unknown color: approx Java. HEX triplet: 1F, A2 and 9C. RGB value is (31,162,156). Sum of RGB (Red+Green+Blue) = 31+162+156=349 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.88% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA29C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA29C is #E05D63. Grayscale: #7A7A7A. Windows color (decimal): -14703972 or 10265119. OLE color: 10265119.

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

Color convert

RGB31162156-
CMYK0.8100.040.36
HSL177.25º67.88%37.84%-
HSV(B)177.25º80.86%63.53%-
XYZ19.4928.5335.93-
YUV122.15147.162.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.88%
GREEN value IS 162 (63.67% from 255) = 46.42%
BLUE value IS 156 (61.33% from 255) = 44.70%
R=8.88%
G=46.42%
B=44.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal311621560.8100.040.36177.2567.8837.84
Hex1FA29C510424b14426
Octal37242234121044426110446
Binary11111101000101001110010100010100100100101100011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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