Html Css Color HEX #20988A Java

📋 copy color: '#20988A'

red 32 ◦ green 152 ◦ blue 138

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

Shades of Java #20988A

Tints of Java #20988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.2%

 BLUE value IS 138 (54.3% from 255) = 42.86%

R = 9.94%
G = 47.2%
B = 42.86%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#20988A (or 0x20988A) is known color: Java. HEX triplet: 20, 98 and 8A. RGB value is (32,152,138). Sum of RGB (Red+Green+Blue) = 32+152+138=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #20988A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20988A is #DF6775. Grayscale: #727272. Windows color (decimal): -14641014 or 9082912. OLE color: 9082912.

HSL color Cylindrical-coordinate representation of color #20988A: hue angle of 173º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20988A is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 152 138 -
CMYK 0.79 0 0.09 0.40
HSL 173º 0.65% 0.36% -
HSV(B) 173º 0.79% 0.6% -
XYZ 16.41 24.6 27.93 -
YUV 114.52 141.24 69.14 -
System Red Green Blue C M Y K H S L
Decimal 32 152 138 0.79 0 0.09 0.40 173 0.65 0.36
Hex 20 98 8A 4F 0 9 28 AD 41 24
Octal 40 230 212 117 0 11 50 255 101 44
Binary 100000 10011000 10001010 1001111 0 1001 101000 10101101 1000001 100100

Color Harmonies of #20988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20988A

Black with #20988A

Text Example


Text Example

White with #20988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20988A; }

 p { color: rgb(32,152,138); }

 H1.HeaderClassName
 {
   color: #20988A;
 }
 .AnyTagClassName
 {
   color: #20988A;
 }
</style>

background-color css

<style>
 a { background-color: #20988A; }

 a { background-color: rgb(32,152,138); }

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

border-color css

<style>
 span { border-color: #20988A; }

 span { border-color: rgb(32,152,138); }

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