#20888C

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

Shades of Java #20888C

Tints of Java #20888C

Color information

#20888C (or 0x20888C) is unknown color: approx Java. HEX triplet: 20, 88 and 8C. RGB value is (32,136,140). Sum of RGB (Red+Green+Blue) = 32+136+140=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #20888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20888C is #DF7773. Grayscale: #696969. Windows color (decimal): -14645108 or 9209888. OLE color: 9209888.

HSL color Cylindrical-coordinate representation of color #20888C: hue angle of 182.22º 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 #20888C is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB32136140-
CMYK0.770.0300.45
HSL182.22º62.79%33.73%-
HSV(B)182.22º77.14%54.9%-
XYZ14.1319.8127.89-
YUV105.36147.5475.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.39%
GREEN value IS 136 (53.52% from 255) = 44.16%
BLUE value IS 140 (55.08% from 255) = 45.45%
R=10.39%
G=44.16%
B=45.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal321361400.770.0300.45182.2262.7933.73
Hex20888C4D302Db63f22
Octal4021021411530552667742
Binary1000001000100010001100100110111010110110110110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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