#119E9D

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

Shades of Java #119E9D

Tints of Java #119E9D

Color information

#119E9D (or 0x119E9D) is unknown color: approx Java. HEX triplet: 11, 9E and 9D. RGB value is (17,158,157). Sum of RGB (Red+Green+Blue) = 17+158+157=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 158 - color contains mainly: green. Hex color #119E9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119E9D is #EE6162. Grayscale: #737373. Windows color (decimal): -15622499 or 10329617. OLE color: 10329617.

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

Color convert

RGB17158157-
CMYK0.8900.010.38
HSL179.57º80.57%34.31%-
HSV(B)179.57º89.24%61.96%-
XYZ18.5427.0136.13-
YUV115.73151.2957.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.12%
GREEN value IS 158 (62.11% from 255) = 47.59%
BLUE value IS 157 (61.72% from 255) = 47.29%
R=5.12%
G=47.59%
B=47.29%

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
Decimal171581570.8900.010.38179.5780.5734.31
Hex119E9D590126b45122
Octal21236235131014626412142
Binary100011001111010011101101100101100110101101001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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