Html Css Color HEX #20968D Java

📋 copy color: '#20968D'

red 32 ◦ green 150 ◦ blue 141

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

Shades of Java #20968D

Tints of Java #20968D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.65%

R = 9.91%
G = 46.44%
B = 43.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#20968D (or 0x20968D) is known color: Java. HEX triplet: 20, 96 and 8D. RGB value is (32,150,141). Sum of RGB (Red+Green+Blue) = 32+150+141=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #20968D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20968D is #DF6972. Grayscale: #717171. Windows color (decimal): -14641523 or 9279008. OLE color: 9279008.

HSL color Cylindrical-coordinate representation of color #20968D: hue angle of 175.42º 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 #20968D is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 150 141 -
CMYK 0.79 0 0.06 0.41
HSL 175.42º 0.65% 0.36% -
HSV(B) 175.42º 0.79% 0.59% -
XYZ 16.31 24.04 28.98 -
YUV 113.69 143.41 69.73 -
System Red Green Blue C M Y K H S L
Decimal 32 150 141 0.79 0 0.06 0.41 175.42 0.65 0.36
Hex 20 96 8D 4F 0 6 29 AF 41 24
Octal 40 226 215 117 0 6 51 257 101 44
Binary 100000 10010110 10001101 1001111 0 110 101001 10101111 1000001 100100

Color Harmonies of #20968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20968D

Black with #20968D

Text Example


Text Example

White with #20968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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