#209290

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

Shades of Java #209290

Tints of Java #209290

Color information

#209290 (or 0x209290) is unknown color: approx Java. HEX triplet: 20, 92 and 90. RGB value is (32,146,144). Sum of RGB (Red+Green+Blue) = 32+146+144=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #209290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209290 is #DF6D6F. Grayscale: #6F6F6F. Windows color (decimal): -14642544 or 9474592. OLE color: 9474592.

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

Color convert

RGB32146144-
CMYK0.7800.010.43
HSL178.95º64.04%34.9%-
HSV(B)178.95º78.08%57.25%-
XYZ15.9122.8829.96-
YUV111.69146.2371.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.94%
GREEN value IS 146 (57.42% from 255) = 45.34%
BLUE value IS 144 (56.64% from 255) = 44.72%
R=9.94%
G=45.34%
B=44.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal321461440.7800.010.43178.9564.0434.9
Hex2092904E012Bb34023
Octal40222220116015326310043
Binary1000001001001010010000100111001101011101100111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209290; }

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

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

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

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

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

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

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

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