#20A096

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

Shades of Java #20A096

Tints of Java #20A096

Color information

#20A096 (or 0x20A096) is unknown color: approx Java. HEX triplet: 20, A0 and 96. RGB value is (32,160,150). Sum of RGB (Red+Green+Blue) = 32+160+150=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 160 - color contains mainly: green. Hex color #20A096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A096 is #DF5F69. Grayscale: #787878. Windows color (decimal): -14638954 or 9871392. OLE color: 9871392.

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

Color convert

RGB32160150-
CMYK0.8000.060.37
HSL175.31º66.67%37.65%-
HSV(B)175.31º80%62.75%-
XYZ18.6727.6533.21-
YUV120.59144.5964.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.36%
GREEN value IS 160 (62.89% from 255) = 46.78%
BLUE value IS 150 (58.98% from 255) = 43.86%
R=9.36%
G=46.78%
B=43.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal321601500.8000.060.37175.3166.6737.65
Hex20A096500625af4326
Octal40240226120064525710346
Binary100000101000001001011010100000110100101101011111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,160,150); }

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

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

 a { background-color: rgb(32,160,150); }

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

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

 span { border-color: rgb(32,160,150); }

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