#119495

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

Shades of Java #119495

Tints of Java #119495

Color information

#119495 (or 0x119495) is unknown color: approx Java. HEX triplet: 11, 94 and 95. RGB value is (17,148,149). Sum of RGB (Red+Green+Blue) = 17+148+149=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #119495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119495 is #EE6B6A. Grayscale: #6C6C6C. Windows color (decimal): -15625067 or 9802769. OLE color: 9802769.

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

Color convert

RGB17148149-
CMYK0.890.0100.42
HSL180.45º79.52%32.55%-
HSV(B)180.45º88.59%58.43%-
XYZ16.2523.4732.11-
YUV108.94150.662.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.41%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 149 (58.59% from 255) = 47.45%
R=5.41%
G=47.13%
B=47.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171481490.890.0100.42180.4579.5232.55
Hex11949559102Ab45021
Octal21224225131105226412041
Binary100011001010010010101101100110101010101101001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119495; }

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

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

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

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

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

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

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

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