#119496

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

Shades of Java #119496

Tints of Java #119496

Color information

#119496 (or 0x119496) is unknown color: approx Java. HEX triplet: 11, 94 and 96. RGB value is (17,148,150). Sum of RGB (Red+Green+Blue) = 17+148+150=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #119496 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119496 is #EE6B69. Grayscale: #6C6C6C. Windows color (decimal): -15625066 or 9868305. OLE color: 9868305.

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

Color convert

RGB17148150-
CMYK0.890.0100.41
HSL180.9º79.64%32.75%-
HSV(B)180.9º88.67%58.82%-
XYZ16.3323.532.53-
YUV109.06151.162.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.40%
GREEN value IS 148 (58.20% from 255) = 46.98%
BLUE value IS 150 (58.98% from 255) = 47.62%
R=5.40%
G=46.98%
B=47.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171481500.890.0100.41180.979.6432.75
Hex119496591029b55021
Octal21224226131105126512041
Binary100011001010010010110101100110101001101101011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119496; }

 p { color: rgb(17,148,150); }

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

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

 a { background-color: rgb(17,148,150); }

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

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

 span { border-color: rgb(17,148,150); }

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