#31A6A2

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

Shades of Java #31A6A2

Tints of Java #31A6A2

Color information

#31A6A2 (or 0x31A6A2) is unknown color: approx Java. HEX triplet: 31, A6 and A2. RGB value is (49,166,162). Sum of RGB (Red+Green+Blue) = 49+166+162=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 166 - color contains mainly: green. Hex color #31A6A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A6A2 is #CE595D. Grayscale: #828282. Windows color (decimal): -13523294 or 10659377. OLE color: 10659377.

HSL color Cylindrical-coordinate representation of color #31A6A2: hue angle of 177.95º 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 #31A6A2 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB49166162-
CMYK0.7000.020.35
HSL177.95º54.42%42.16%-
HSV(B)177.95º70.48%65.1%-
XYZ21.4230.5338.95-
YUV130.56145.7469.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.00%
GREEN value IS 166 (65.23% from 255) = 44.03%
BLUE value IS 162 (63.67% from 255) = 42.97%
R=13.00%
G=44.03%
B=42.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal491661620.7000.020.35177.9554.4242.16
Hex31A6A2460223b2362a
Octal6124624210602432626652
Binary1100011010011010100010100011001010001110110010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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