#119790

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

Shades of Java #119790

Tints of Java #119790

Color information

#119790 (or 0x119790) is unknown color: approx Java. HEX triplet: 11, 97 and 90. RGB value is (17,151,144). Sum of RGB (Red+Green+Blue) = 17+151+144=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #119790 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119790 is #EE686F. Grayscale: #6E6E6E. Windows color (decimal): -15624304 or 9475857. OLE color: 9475857.

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

Color convert

RGB17151144-
CMYK0.8900.050.41
HSL176.87º79.76%32.94%-
HSV(B)176.87º88.74%59.22%-
XYZ16.3324.2730.21-
YUV110.14147.1161.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.45%
GREEN value IS 151 (59.38% from 255) = 48.40%
BLUE value IS 144 (56.64% from 255) = 46.15%
R=5.45%
G=48.40%
B=46.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171511440.8900.050.41176.8779.7632.94
Hex119790590529b15021
Octal21227220131055126112041
Binary10001100101111001000010110010101101001101100011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119790; }

 p { color: rgb(17,151,144); }

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

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

 a { background-color: rgb(17,151,144); }

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

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

 span { border-color: rgb(17,151,144); }

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