#20A399

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

Shades of Java #20A399

Tints of Java #20A399

Color information

#20A399 (or 0x20A399) is unknown color: approx Java. HEX triplet: 20, A3 and 99. RGB value is (32,163,153). Sum of RGB (Red+Green+Blue) = 32+163+153=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 163 (64.06% from 255 or 46.84% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 163 - color contains mainly: green. Hex color #20A399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A399 is #DF5C66. Grayscale: #7A7A7A. Windows color (decimal): -14638183 or 10068768. OLE color: 10068768.

HSL color Cylindrical-coordinate representation of color #20A399: hue angle of 175.42º 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 #20A399 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB32163153-
CMYK0.8000.060.36
HSL175.42º67.18%38.24%-
HSV(B)175.42º80.37%63.92%-
XYZ19.4428.834.67-
YUV122.69145.163.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.20%
GREEN value IS 163 (64.06% from 255) = 46.84%
BLUE value IS 153 (60.16% from 255) = 43.97%
R=9.20%
G=46.84%
B=43.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal321631530.8000.060.36175.4267.1838.24
Hex20A399500624af4326
Octal40243231120064425710346
Binary100000101000111001100110100000110100100101011111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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