Html Css Color HEX #20A59E Java

📋 copy color: '#20A59E'

red 32 ◦ green 165 ◦ blue 158

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

Shades of Java #20A59E

Tints of Java #20A59E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.51%

R = 9.01%
G = 46.48%
B = 44.51%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#20A59E (or 0x20A59E) is known color: Java. HEX triplet: 20, A5 and 9E. RGB value is (32,165,158). Sum of RGB (Red+Green+Blue) = 32+165+158=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #20A59E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A59E is #DF5A61. Grayscale: #7C7C7C. Windows color (decimal): -14637666 or 10396960. OLE color: 10396960.

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

Color convert

RGB 32 165 158 -
CMYK 0.81 0 0.04 0.35
HSL 176.84º 0.68% 0.39% -
HSV(B) 176.84º 0.81% 0.65% -
XYZ 20.22 29.69 37.01 -
YUV 124.44 146.94 62.07 -
System Red Green Blue C M Y K H S L
Decimal 32 165 158 0.81 0 0.04 0.35 176.84 0.68 0.39
Hex 20 A5 9E 51 0 4 23 B1 44 27
Octal 40 245 236 121 0 4 43 261 104 47
Binary 100000 10100101 10011110 1010001 0 100 100011 10110001 1000100 100111

Color Harmonies of #20A59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A59E

Black with #20A59E

Text Example


Text Example

White with #20A59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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