#20a79b

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

Shades of Java #20A79B

Tints of Java #20A79B

Color information

#20A79B (or 0x20A79B) is unknown color: approx Java. HEX triplet: 20, A7 and 9B. RGB value is (32,167,155). Sum of RGB (Red+Green+Blue) = 32+167+155=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 167 - color contains mainly: green. Hex color #20A79B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A79B is #DF5864. Grayscale: #7D7D7D. Windows color (decimal): -14637157 or 10200864. OLE color: 10200864.

HSL color Cylindrical-coordinate representation of color #20A79B: hue angle of 174.67º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A79B is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB32167155-
CMYK0.8100.070.35
HSL174.67º67.84%39.02%-
HSV(B)174.67º80.84%65.49%-
XYZ20.3330.3135.79-
YUV125.27144.7761.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.04%
GREEN value IS 167 (65.62% from 255) = 47.18%
BLUE value IS 155 (60.94% from 255) = 43.79%
R=9.04%
G=47.18%
B=43.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal321671550.8100.070.35174.6767.8439.02
Hex20A79B510723af4427
Octal40247233121074325710447
Binary100000101001111001101110100010111100011101011111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20a79b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,167,155); }

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

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

 a { background-color: rgb(32,167,155); }

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

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

 span { border-color: rgb(32,167,155); }

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