#31A59F

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

Shades of Java #31A59F

Tints of Java #31A59F

Color information

#31A59F (or 0x31A59F) is unknown color: approx Java. HEX triplet: 31, A5 and 9F. RGB value is (49,165,159). Sum of RGB (Red+Green+Blue) = 49+165+159=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 165 - color contains mainly: green. Hex color #31A59F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A59F is #CE5A60. Grayscale: #818181. Windows color (decimal): -13523553 or 10462513. OLE color: 10462513.

HSL color Cylindrical-coordinate representation of color #31A59F: hue angle of 176.9º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A59F is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB49165159-
CMYK0.7000.040.35
HSL176.9º54.21%41.96%-
HSV(B)176.9º70.3%64.71%-
XYZ20.9830.0737.5-
YUV129.63144.5770.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.14%
GREEN value IS 165 (64.84% from 255) = 44.24%
BLUE value IS 159 (62.5% from 255) = 42.63%
R=13.14%
G=44.24%
B=42.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal491651590.7000.040.35176.954.2141.96
Hex31A59F460423b1362a
Octal6124523710604432616652
Binary11000110100101100111111000110010010001110110001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31A59F; }

 p { color: rgb(49,165,159); }

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

<style>
 a { background-color: #31A59F; }

 a { background-color: rgb(49,165,159); }

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

<style>
 span { border-color: #31A59F; }

 span { border-color: rgb(49,165,159); }

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