#20A397

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

Shades of Java #20A397

Tints of Java #20A397

Color information

#20A397 (or 0x20A397) is unknown color: approx Java. HEX triplet: 20, A3 and 97. RGB value is (32,163,151). Sum of RGB (Red+Green+Blue) = 32+163+151=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #20A397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A397 is #DF5C68. Grayscale: #7A7A7A. Windows color (decimal): -14638185 or 9937696. OLE color: 9937696.

HSL color Cylindrical-coordinate representation of color #20A397: hue angle of 174.5º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A397 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB32163151-
CMYK0.8000.070.36
HSL174.5º67.18%38.24%-
HSV(B)174.5º80.37%63.92%-
XYZ19.2828.7433.81-
YUV122.46144.163.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.25%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 151 (59.38% from 255) = 43.64%
R=9.25%
G=47.11%
B=43.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal321631510.8000.070.36174.567.1838.24
Hex20A397500724af4326
Octal40243227120074425710346
Binary100000101000111001011110100000111100100101011111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20A397; }

 p { color: rgb(32,163,151); }

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

<style>
 a { background-color: #20A397; }

 a { background-color: rgb(32,163,151); }

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

<style>
 span { border-color: #20A397; }

 span { border-color: rgb(32,163,151); }

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