Html Css Color HEX #20868A Java

📋 copy color: '#20868A'

red 32 ◦ green 134 ◦ blue 138

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

Shades of Java #20868A

Tints of Java #20868A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

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

R = 10.53%
G = 44.08%
B = 45.39%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#20868A (or 0x20868A) is known color: Java. HEX triplet: 20, 86 and 8A. RGB value is (32,134,138). Sum of RGB (Red+Green+Blue) = 32+134+138=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #20868A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20868A is #DF7975. Grayscale: #676767. Windows color (decimal): -14645622 or 9078304. OLE color: 9078304.

HSL color Cylindrical-coordinate representation of color #20868A: hue angle of 182.26º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20868A is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 134 138 -
CMYK 0.77 0.03 0 0.46
HSL 182.26º 0.62% 0.33% -
HSV(B) 182.26º 0.77% 0.54% -
XYZ 13.71 19.19 27.03 -
YUV 103.96 147.21 76.67 -
System Red Green Blue C M Y K H S L
Decimal 32 134 138 0.77 0.03 0 0.46 182.26 0.62 0.33
Hex 20 86 8A 4D 3 0 2E B6 3E 21
Octal 40 206 212 115 3 0 56 266 76 41
Binary 100000 10000110 10001010 1001101 11 0 101110 10110110 111110 100001

Color Harmonies of #20868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20868A

Black with #20868A

Text Example


Text Example

White with #20868A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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