Html Css Color HEX #20A496 Java

📋 copy color: '#20A496'

red 32 ◦ green 164 ◦ blue 150

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

Shades of Java #20A496

Tints of Java #20A496

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.4%

 BLUE value IS 150 (58.98% from 255) = 43.35%

R = 9.25%
G = 47.4%
B = 43.35%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#20A496 (or 0x20A496) is known color: Java. HEX triplet: 20, A4 and 96. RGB value is (32,164,150). Sum of RGB (Red+Green+Blue) = 32+164+150=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #20A496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A496 is #DF5B69. Grayscale: #7A7A7A. Windows color (decimal): -14637930 or 9872416. OLE color: 9872416.

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

Color convert

RGB 32 164 150 -
CMYK 0.80 0 0.09 0.36
HSL 173.64º 0.67% 0.38% -
HSV(B) 173.64º 0.8% 0.64% -
XYZ 19.38 29.06 33.44 -
YUV 122.94 143.27 63.14 -
System Red Green Blue C M Y K H S L
Decimal 32 164 150 0.80 0 0.09 0.36 173.64 0.67 0.38
Hex 20 A4 96 50 0 9 24 AE 43 26
Octal 40 244 226 120 0 11 44 256 103 46
Binary 100000 10100100 10010110 1010000 0 1001 100100 10101110 1000011 100110

Color Harmonies of #20A496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A496

Black with #20A496

Text Example


Text Example

White with #20A496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,164,150); }

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

background-color css

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

 a { background-color: rgb(32,164,150); }

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

border-color css

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

 span { border-color: rgb(32,164,150); }

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