#169290

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

Shades of Java #169290

Tints of Java #169290

Color information

#169290 (or 0x169290) is unknown color: approx Java. HEX triplet: 16, 92 and 90. RGB value is (22,146,144). Sum of RGB (Red+Green+Blue) = 22+146+144=312 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.05% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #169290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169290 is #E96D6F. Grayscale: #6C6C6C. Windows color (decimal): -15297904 or 9474582. OLE color: 9474582.

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

Color convert

RGB22146144-
CMYK0.8500.010.43
HSL179.03º73.81%32.94%-
HSV(B)179.03º84.93%57.25%-
XYZ15.6422.7429.95-
YUV108.7147.9266.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.05%
GREEN value IS 146 (57.42% from 255) = 46.79%
BLUE value IS 144 (56.64% from 255) = 46.15%
R=7.05%
G=46.79%
B=46.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal221461440.8500.010.43179.0373.8132.94
Hex16929055012Bb34a21
Octal26222220125015326311241
Binary101101001001010010000101010101101011101100111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169290; }

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

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

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

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

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

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

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

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