#20958F

Color #20958F Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #20958F

Tints of Java #20958F

Color information

#20958F (or 0x20958F) is unknown color: approx Java. HEX triplet: 20, 95 and 8F. RGB value is (32,149,143). Sum of RGB (Red+Green+Blue) = 32+149+143=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #20958F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20958F is #DF6A70. Grayscale: #717171. Windows color (decimal): -14641777 or 9409824. OLE color: 9409824.

HSL color Cylindrical-coordinate representation of color #20958F: hue angle of 176.92º 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 #20958F is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB32149143-
CMYK0.7900.040.42
HSL176.92º64.64%35.49%-
HSV(B)176.92º78.52%58.43%-
XYZ16.323.7929.72-
YUV113.33144.7469.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.88%
GREEN value IS 149 (58.59% from 255) = 45.99%
BLUE value IS 143 (56.25% from 255) = 44.14%
R=9.88%
G=45.99%
B=44.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321491430.7900.040.42176.9264.6435.49
Hex20958F4F042Ab14123
Octal40225217117045226110143
Binary100000100101011000111110011110100101010101100011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20958F;
 }
 .AnyTagClassName
 {
   color: #20958F;
 }
</style>
background-color css

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

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

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

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

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

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