#20A1A3

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

Shades of Java #20A1A3

Tints of Java #20A1A3

Color information

#20A1A3 (or 0x20A1A3) is unknown color: approx Java. HEX triplet: 20, A1 and A3. RGB value is (32,161,163). Sum of RGB (Red+Green+Blue) = 32+161+163=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 163 - color contains mainly: blue. Hex color #20A1A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A1A3 is #DF5E5C. Grayscale: #7A7A7A. Windows color (decimal): -14638685 or 10723616. OLE color: 10723616.

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

Color convert

RGB32161163-
CMYK0.800.0100.36
HSL180.92º67.18%38.24%-
HSV(B)180.92º80.37%63.92%-
XYZ19.9528.4439.09-
YUV122.66150.7663.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.99%
GREEN value IS 161 (63.28% from 255) = 45.22%
BLUE value IS 163 (64.06% from 255) = 45.79%
R=8.99%
G=45.22%
B=45.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal321611630.800.0100.36180.9267.1838.24
Hex20A1A3501024b54326
Octal40241243120104426510346
Binary1000001010000110100011101000010100100101101011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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