#209086

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

Shades of Java #209086

Tints of Java #209086

Color information

#209086 (or 0x209086) is unknown color: approx Java. HEX triplet: 20, 90 and 86. RGB value is (32,144,134). Sum of RGB (Red+Green+Blue) = 32+144+134=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #209086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209086 is #DF6F79. Grayscale: #6D6D6D. Windows color (decimal): -14643066 or 8818720. OLE color: 8818720.

HSL color Cylindrical-coordinate representation of color #209086: hue angle of 174.64º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209086 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB32144134-
CMYK0.7800.070.44
HSL174.64º63.64%34.51%-
HSV(B)174.64º77.78%56.47%-
XYZ14.8721.9726.01-
YUV109.37141.8972.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.32%
GREEN value IS 144 (56.64% from 255) = 46.45%
BLUE value IS 134 (52.73% from 255) = 43.23%
R=10.32%
G=46.45%
B=43.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal321441340.7800.070.44174.6463.6434.51
Hex2090864E072Caf4023
Octal40220206116075425710043
Binary100000100100001000011010011100111101100101011111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209086; }

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

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

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

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

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

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

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

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