#20898E

Color #20898E Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #20898E

Tints of Java #20898E

Color information

#20898E (or 0x20898E) is unknown color: approx Java. HEX triplet: 20, 89 and 8E. RGB value is (32,137,142). Sum of RGB (Red+Green+Blue) = 32+137+142=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #20898E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20898E is #DF7671. Grayscale: #6A6A6A. Windows color (decimal): -14644850 or 9341216. OLE color: 9341216.

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

Color convert

RGB32137142-
CMYK0.770.0400.44
HSL182.73º63.22%34.12%-
HSV(B)182.73º77.46%55.69%-
XYZ14.4220.1528.72-
YUV106.18148.2175.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.29%
GREEN value IS 137 (53.91% from 255) = 44.05%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=10.29%
G=44.05%
B=45.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal321371420.770.0400.44182.7363.2234.12
Hex20898E4D402Cb73f22
Octal4021121611540542677742
Binary10000010001001100011101001101100010110010110111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20898E;
 }
 .AnyTagClassName
 {
   color: #20898E;
 }
</style>
background-color css

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

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

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

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

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

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