Html Css Color HEX #20898C Java

📋 copy color: '#20898C'

red 32 ◦ green 137 ◦ blue 140

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

Shades of Java #20898C

Tints of Java #20898C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.34%

 BLUE value IS 140 (55.08% from 255) = 45.31%

R = 10.36%
G = 44.34%
B = 45.31%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20898C (or 0x20898C) is known color: Java. HEX triplet: 20, 89 and 8C. RGB value is (32,137,140). Sum of RGB (Red+Green+Blue) = 32+137+140=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #20898C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20898C is #DF7673. Grayscale: #696969. Windows color (decimal): -14644852 or 9210144. OLE color: 9210144.

HSL color Cylindrical-coordinate representation of color #20898C: hue angle of 181.67º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20898C is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 137 140 -
CMYK 0.77 0.02 0 0.45
HSL 181.67º 0.63% 0.34% -
HSV(B) 181.67º 0.77% 0.55% -
XYZ 14.27 20.09 27.94 -
YUV 105.95 147.21 75.26 -
System Red Green Blue C M Y K H S L
Decimal 32 137 140 0.77 0.02 0 0.45 181.67 0.63 0.34
Hex 20 89 8C 4D 2 0 2D B6 3F 22
Octal 40 211 214 115 2 0 55 266 77 42
Binary 100000 10001001 10001100 1001101 10 0 101101 10110110 111111 100010

Color Harmonies of #20898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20898C

Black with #20898C

Text Example


Text Example

White with #20898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20898C; }

 p { color: rgb(32,137,140); }

 H1.HeaderClassName
 {
   color: #20898C;
 }
 .AnyTagClassName
 {
   color: #20898C;
 }
</style>

background-color css

<style>
 a { background-color: #20898C; }

 a { background-color: rgb(32,137,140); }

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

border-color css

<style>
 span { border-color: #20898C; }

 span { border-color: rgb(32,137,140); }

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