#119E9C

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

Shades of Java #119E9C

Tints of Java #119E9C

Color information

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

HSL color Cylindrical-coordinate representation of color #119E9C: hue angle of 179.15º 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 #119E9C is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB17158156-
CMYK0.8900.010.38
HSL179.15º80.57%34.31%-
HSV(B)179.15º89.24%61.96%-
XYZ18.4626.9735.69-
YUV115.61150.7957.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal171581560.8900.010.38179.1580.5734.31
Hex119E9C590126b35122
Octal21236234131014626312142
Binary100011001111010011100101100101100110101100111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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