#119395

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

Shades of Java #119395

Tints of Java #119395

Color information

#119395 (or 0x119395) is unknown color: approx Java. HEX triplet: 11, 93 and 95. RGB value is (17,147,149). Sum of RGB (Red+Green+Blue) = 17+147+149=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #119395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119395 is #EE6C6A. Grayscale: #6C6C6C. Windows color (decimal): -15625323 or 9802513. OLE color: 9802513.

HSL color Cylindrical-coordinate representation of color #119395: hue angle of 180.91º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119395 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB17147149-
CMYK0.890.0100.42
HSL180.91º79.52%32.55%-
HSV(B)180.91º88.59%58.43%-
XYZ16.0923.1632.06-
YUV108.36150.9362.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.43%
GREEN value IS 147 (57.81% from 255) = 46.96%
BLUE value IS 149 (58.59% from 255) = 47.60%
R=5.43%
G=46.96%
B=47.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171471490.890.0100.42180.9179.5232.55
Hex11939559102Ab55021
Octal21223225131105226512041
Binary100011001001110010101101100110101010101101011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119395; }

 p { color: rgb(17,147,149); }

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

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

 a { background-color: rgb(17,147,149); }

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

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

 span { border-color: rgb(17,147,149); }

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