#20A2A3

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

Shades of Java #20A2A3

Tints of Java #20A2A3

Color information

#20A2A3 (or 0x20A2A3) is unknown color: approx Java. HEX triplet: 20, A2 and A3. RGB value is (32,162,163). Sum of RGB (Red+Green+Blue) = 32+162+163=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 163 - color contains mainly: blue. Hex color #20A2A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A2A3 is #DF5D5C. Grayscale: #7B7B7B. Windows color (decimal): -14638429 or 10723872. OLE color: 10723872.

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

Color convert

RGB32162163-
CMYK0.800.0100.36
HSL180.46º67.18%38.24%-
HSV(B)180.46º80.37%63.92%-
XYZ20.1328.7939.15-
YUV123.24150.4362.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.96%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 163 (64.06% from 255) = 45.66%
R=8.96%
G=45.38%
B=45.66%

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
Decimal321621630.800.0100.36180.4667.1838.24
Hex20A2A3501024b44326
Octal40242243120104426410346
Binary1000001010001010100011101000010100100101101001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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