#31A197

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

Shades of Java #31A197

Tints of Java #31A197

Color information

#31A197 (or 0x31A197) is unknown color: approx Java. HEX triplet: 31, A1 and 97. RGB value is (49,161,151). Sum of RGB (Red+Green+Blue) = 49+161+151=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 161 - color contains mainly: green. Hex color #31A197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A197 is #CE5E68. Grayscale: #7E7E7E. Windows color (decimal): -13524585 or 9937201. OLE color: 9937201.

HSL color Cylindrical-coordinate representation of color #31A197: hue angle of 174.64º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A197 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB49161151-
CMYK0.7000.060.37
HSL174.64º53.33%41.18%-
HSV(B)174.64º69.57%63.14%-
XYZ19.628.3833.72-
YUV126.37141.8972.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.57%
GREEN value IS 161 (63.28% from 255) = 44.60%
BLUE value IS 151 (59.38% from 255) = 41.83%
R=13.57%
G=44.60%
B=41.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal491611510.7000.060.37174.6453.3341.18
Hex31A197460625af3529
Octal6124122710606452576551
Binary11000110100001100101111000110011010010110101111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,161,151); }

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

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

 a { background-color: rgb(49,161,151); }

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

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

 span { border-color: rgb(49,161,151); }

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