Html Css Color HEX #20A39A Java

📋 copy color: '#20A39A'

red 32 ◦ green 163 ◦ blue 154

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

Shades of Java #20A39A

Tints of Java #20A39A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.7%

 BLUE value IS 154 (60.55% from 255) = 44.13%

R = 9.17%
G = 46.7%
B = 44.13%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#20A39A (or 0x20A39A) is known color: Java. HEX triplet: 20, A3 and 9A. RGB value is (32,163,154). Sum of RGB (Red+Green+Blue) = 32+163+154=349 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.17% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 163 - color contains mainly: green. Hex color #20A39A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A39A is #DF5C65. Grayscale: #7A7A7A. Windows color (decimal): -14638182 or 10134304. OLE color: 10134304.

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

Color convert

RGB 32 163 154 -
CMYK 0.80 0 0.06 0.36
HSL 175.88º 0.67% 0.38% -
HSV(B) 175.88º 0.8% 0.64% -
XYZ 19.53 28.83 35.11 -
YUV 122.81 145.6 63.23 -
System Red Green Blue C M Y K H S L
Decimal 32 163 154 0.80 0 0.06 0.36 175.88 0.67 0.38
Hex 20 A3 9A 50 0 6 24 B0 43 26
Octal 40 243 232 120 0 6 44 260 103 46
Binary 100000 10100011 10011010 1010000 0 110 100100 10110000 1000011 100110

Color Harmonies of #20A39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A39A

Black with #20A39A

Text Example


Text Example

White with #20A39A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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