Html Css Color HEX #20958E Java

📋 copy color: '#20958E'

red 32 ◦ green 149 ◦ blue 142

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

Shades of Java #20958E

Tints of Java #20958E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.13%

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

R = 9.91%
G = 46.13%
B = 43.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#20958E (or 0x20958E) is known color: Java. HEX triplet: 20, 95 and 8E. RGB value is (32,149,142). Sum of RGB (Red+Green+Blue) = 32+149+142=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #20958E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20958E is #DF6A71. Grayscale: #717171. Windows color (decimal): -14641778 or 9344288. OLE color: 9344288.

HSL color Cylindrical-coordinate representation of color #20958E: hue angle of 176.41º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20958E is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 149 142 -
CMYK 0.79 0 0.05 0.42
HSL 176.41º 0.65% 0.35% -
HSV(B) 176.41º 0.79% 0.58% -
XYZ 16.23 23.75 29.32 -
YUV 113.22 144.24 70.07 -
System Red Green Blue C M Y K H S L
Decimal 32 149 142 0.79 0 0.05 0.42 176.41 0.65 0.35
Hex 20 95 8E 4F 0 5 2A B0 41 23
Octal 40 225 216 117 0 5 52 260 101 43
Binary 100000 10010101 10001110 1001111 0 101 101010 10110000 1000001 100011

Color Harmonies of #20958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20958E

Black with #20958E

Text Example


Text Example

White with #20958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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