Html Css Color HEX #20888E Java

📋 copy color: '#20888E'

red 32 ◦ green 136 ◦ blue 142

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

Shades of Java #20888E

Tints of Java #20888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.87%

 BLUE value IS 142 (55.86% from 255) = 45.81%

R = 10.32%
G = 43.87%
B = 45.81%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#20888E (or 0x20888E) is known color: Java. HEX triplet: 20, 88 and 8E. RGB value is (32,136,142). Sum of RGB (Red+Green+Blue) = 32+136+142=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #20888E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20888E is #DF7771. Grayscale: #696969. Windows color (decimal): -14645106 or 9340960. OLE color: 9340960.

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

Color convert

RGB 32 136 142 -
CMYK 0.77 0.04 0 0.44
HSL 183.27º 0.63% 0.34% -
HSV(B) 183.27º 0.77% 0.56% -
XYZ 14.28 19.87 28.67 -
YUV 105.59 148.54 75.51 -
System Red Green Blue C M Y K H S L
Decimal 32 136 142 0.77 0.04 0 0.44 183.27 0.63 0.34
Hex 20 88 8E 4D 4 0 2C B7 3F 22
Octal 40 210 216 115 4 0 54 267 77 42
Binary 100000 10001000 10001110 1001101 100 0 101100 10110111 111111 100010

Color Harmonies of #20888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20888E

Black with #20888E

Text Example


Text Example

White with #20888E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20888E;
 }
 .AnyTagClassName
 {
   color: #20888E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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