Html Css Color HEX #20A59D Java

📋 copy color: '#20A59D'

red 32 ◦ green 165 ◦ blue 157

#20A59D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #20A59D

Tints of Java #20A59D

RGB

 RED value IS 32 (12.89% from 255) = 9.04%

 GREEN value IS 165 (64.84% from 255) = 46.61%

 BLUE value IS 157 (61.72% from 255) = 44.35%

R = 9.04%
G = 46.61%
B = 44.35%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#20A59D (or 0x20A59D) is known color: Java. HEX triplet: 20, A5 and 9D. RGB value is (32,165,157). Sum of RGB (Red+Green+Blue) = 32+165+157=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 165 - color contains mainly: green. Hex color #20A59D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A59D is #DF5A62. Grayscale: #7C7C7C. Windows color (decimal): -14637667 or 10331424. OLE color: 10331424.

HSL color Cylindrical-coordinate representation of color #20A59D: hue angle of 176.39º 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 #20A59D is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 165 157 -
CMYK 0.81 0 0.05 0.35
HSL 176.39º 0.68% 0.39% -
HSV(B) 176.39º 0.81% 0.65% -
XYZ 20.14 29.65 36.56 -
YUV 124.32 146.44 62.15 -
System Red Green Blue C M Y K H S L
Decimal 32 165 157 0.81 0 0.05 0.35 176.39 0.68 0.39
Hex 20 A5 9D 51 0 5 23 B0 44 27
Octal 40 245 235 121 0 5 43 260 104 47
Binary 100000 10100101 10011101 1010001 0 101 100011 10110000 1000100 100111

Color Harmonies of #20A59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A59D

Black with #20A59D

Text Example


Text Example

White with #20A59D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,165,157); }

 H1.HeaderClassName
 {
   color: #20A59D;
 }
 .AnyTagClassName
 {
   color: #20A59D;
 }
</style>

background-color css

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

 a { background-color: rgb(32,165,157); }

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

border-color css

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

 span { border-color: rgb(32,165,157); }

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