Html Css Color HEX #20968B Java

📋 copy color: '#20968B'

red 32 ◦ green 150 ◦ blue 139

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

Shades of Java #20968B

Tints of Java #20968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.73%

 BLUE value IS 139 (54.69% from 255) = 43.3%

R = 9.97%
G = 46.73%
B = 43.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#20968B (or 0x20968B) is known color: Java. HEX triplet: 20, 96 and 8B. RGB value is (32,150,139). Sum of RGB (Red+Green+Blue) = 32+150+139=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #20968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20968B is #DF6974. Grayscale: #717171. Windows color (decimal): -14641525 or 9147936. OLE color: 9147936.

HSL color Cylindrical-coordinate representation of color #20968B: hue angle of 174.41º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20968B is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 150 139 -
CMYK 0.79 0 0.07 0.41
HSL 174.41º 0.65% 0.36% -
HSV(B) 174.41º 0.79% 0.59% -
XYZ 16.16 23.98 28.2 -
YUV 113.46 142.41 69.89 -
System Red Green Blue C M Y K H S L
Decimal 32 150 139 0.79 0 0.07 0.41 174.41 0.65 0.36
Hex 20 96 8B 4F 0 7 29 AE 41 24
Octal 40 226 213 117 0 7 51 256 101 44
Binary 100000 10010110 10001011 1001111 0 111 101001 10101110 1000001 100100

Color Harmonies of #20968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20968B

Black with #20968B

Text Example


Text Example

White with #20968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20968B; }

 p { color: rgb(32,150,139); }

 H1.HeaderClassName
 {
   color: #20968B;
 }
 .AnyTagClassName
 {
   color: #20968B;
 }
</style>

background-color css

<style>
 a { background-color: #20968B; }

 a { background-color: rgb(32,150,139); }

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

border-color css

<style>
 span { border-color: #20968B; }

 span { border-color: rgb(32,150,139); }

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