#119694

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

Shades of Java #119694

Tints of Java #119694

Color information

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

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

Color convert

RGB17150148-
CMYK0.8900.010.41
HSL179.1º79.64%32.75%-
HSV(B)179.1º88.67%58.82%-
XYZ16.4824.0731.79-
YUV110149.4461.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171501480.8900.010.41179.179.6432.75
Hex119694590129b35021
Octal21226224131015126312041
Binary100011001011010010100101100101101001101100111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119694; }

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

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

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

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

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

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

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

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