#119A98

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

Shades of Java #119A98

Tints of Java #119A98

Color information

#119A98 (or 0x119A98) is unknown color: approx Java. HEX triplet: 11, 9A and 98. RGB value is (17,154,152). Sum of RGB (Red+Green+Blue) = 17+154+152=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 154 (60.55% from 255 or 47.68% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 154 - color contains mainly: green. Hex color #119A98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119A98 is #EE6567. Grayscale: #707070. Windows color (decimal): -15623528 or 10000913. OLE color: 10000913.

HSL color Cylindrical-coordinate representation of color #119A98: hue angle of 179.12º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119A98 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB17154152-
CMYK0.8900.010.40
HSL179.12º80.12%33.53%-
HSV(B)179.12º88.96%60.39%-
XYZ17.4525.533.71-
YUV112.81150.1159.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.26%
GREEN value IS 154 (60.55% from 255) = 47.68%
BLUE value IS 152 (59.77% from 255) = 47.06%
R=5.26%
G=47.68%
B=47.06%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal171541520.8900.010.40179.1280.1233.53
Hex119A98590128b35022
Octal21232230131015026312042
Binary100011001101010011000101100101101000101100111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,154,152); }

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

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

 a { background-color: rgb(17,154,152); }

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

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

 span { border-color: rgb(17,154,152); }

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