#31A29E

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

Shades of Java #31A29E

Tints of Java #31A29E

Color information

#31A29E (or 0x31A29E) is unknown color: approx Java. HEX triplet: 31, A2 and 9E. RGB value is (49,162,158). Sum of RGB (Red+Green+Blue) = 49+162+158=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #31A29E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A29E is #CE5D61. Grayscale: #7F7F7F. Windows color (decimal): -13524322 or 10396209. OLE color: 10396209.

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

Color convert

RGB49162158-
CMYK0.7000.020.36
HSL177.88º53.55%41.37%-
HSV(B)177.88º69.75%63.53%-
XYZ20.3628.9636.87-
YUV127.76145.0671.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.28%
GREEN value IS 162 (63.67% from 255) = 43.90%
BLUE value IS 158 (62.11% from 255) = 42.82%
R=13.28%
G=43.90%
B=42.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491621580.7000.020.36177.8853.5541.37
Hex31A29E460224b23629
Octal6124223610602442626651
Binary1100011010001010011110100011001010010010110010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,162,158); }

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

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

 a { background-color: rgb(49,162,158); }

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

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

 span { border-color: rgb(49,162,158); }

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