#31A49F

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

Shades of Java #31A49F

Tints of Java #31A49F

Color information

#31A49F (or 0x31A49F) is unknown color: approx Java. HEX triplet: 31, A4 and 9F. RGB value is (49,164,159). Sum of RGB (Red+Green+Blue) = 49+164+159=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 164 - color contains mainly: green. Hex color #31A49F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A49F is #CE5B60. Grayscale: #808080. Windows color (decimal): -13523809 or 10462257. OLE color: 10462257.

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

Color convert

RGB49164159-
CMYK0.7000.030.36
HSL177.39º53.99%41.76%-
HSV(B)177.39º70.12%64.31%-
XYZ20.829.7137.44-
YUV129.04144.970.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.17%
GREEN value IS 164 (64.45% from 255) = 44.09%
BLUE value IS 159 (62.5% from 255) = 42.74%
R=13.17%
G=44.09%
B=42.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491641590.7000.030.36177.3953.9941.76
Hex31A49F460324b1362a
Octal6124423710603442616652
Binary1100011010010010011111100011001110010010110001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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