#119C9E

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

Shades of Java #119C9E

Tints of Java #119C9E

Color information

#119C9E (or 0x119C9E) is unknown color: approx Java. HEX triplet: 11, 9C and 9E. RGB value is (17,156,158). Sum of RGB (Red+Green+Blue) = 17+156+158=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #119C9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119C9E is #EE6361. Grayscale: #727272. Windows color (decimal): -15623010 or 10394641. OLE color: 10394641.

HSL color Cylindrical-coordinate representation of color #119C9E: hue angle of 180.85º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119C9E is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB17156158-
CMYK0.890.0100.38
HSL180.85º80.57%34.31%-
HSV(B)180.85º89.24%61.96%-
XYZ18.2926.3636.47-
YUV114.67152.4558.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.14%
GREEN value IS 156 (61.33% from 255) = 47.13%
BLUE value IS 158 (62.11% from 255) = 47.73%
R=5.14%
G=47.13%
B=47.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal171561580.890.0100.38180.8580.5734.31
Hex119C9E591026b55122
Octal21234236131104626512142
Binary100011001110010011110101100110100110101101011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119C9E; }

 p { color: rgb(17,156,158); }

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

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

 a { background-color: rgb(17,156,158); }

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

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

 span { border-color: rgb(17,156,158); }

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