#20A1A0

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

Shades of Java #20A1A0

Tints of Java #20A1A0

Color information

#20A1A0 (or 0x20A1A0) is unknown color: approx Java. HEX triplet: 20, A1 and A0. RGB value is (32,161,160). Sum of RGB (Red+Green+Blue) = 32+161+160=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #20A1A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A1A0 is #DF5E5F. Grayscale: #7A7A7A. Windows color (decimal): -14638688 or 10527008. OLE color: 10527008.

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

Color convert

RGB32161160-
CMYK0.8000.010.37
HSL179.53º66.84%37.84%-
HSV(B)179.53º80.12%63.14%-
XYZ19.6928.3337.69-
YUV122.32149.2663.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.07%
GREEN value IS 161 (63.28% from 255) = 45.61%
BLUE value IS 160 (62.89% from 255) = 45.33%
R=9.07%
G=45.61%
B=45.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal321611600.8000.010.37179.5366.8437.84
Hex20A1A0500125b44326
Octal40241240120014526410346
Binary1000001010000110100000101000001100101101101001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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