#169288

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

Shades of Java #169288

Tints of Java #169288

Color information

#169288 (or 0x169288) is unknown color: approx Java. HEX triplet: 16, 92 and 88. RGB value is (22,146,136). Sum of RGB (Red+Green+Blue) = 22+146+136=304 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.24% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #169288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169288 is #E96D77. Grayscale: #6B6B6B. Windows color (decimal): -15297912 or 8950294. OLE color: 8950294.

HSL color Cylindrical-coordinate representation of color #169288: hue angle of 175.16º 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 #169288 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB22146136-
CMYK0.8500.070.43
HSL175.16º73.81%32.94%-
HSV(B)175.16º84.93%57.25%-
XYZ15.0522.5126.84-
YUV107.78143.9266.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.24%
GREEN value IS 146 (57.42% from 255) = 48.03%
BLUE value IS 136 (53.52% from 255) = 44.74%
R=7.24%
G=48.03%
B=44.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal221461360.8500.070.43175.1673.8132.94
Hex16928855072Baf4a21
Octal26222210125075325711241
Binary10110100100101000100010101010111101011101011111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169288; }

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

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

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

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

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

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

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

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