#129392

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

Shades of Java #129392

Tints of Java #129392

Color information

#129392 (or 0x129392) is unknown color: approx Java. HEX triplet: 12, 93 and 92. RGB value is (18,147,146). Sum of RGB (Red+Green+Blue) = 18+147+146=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #129392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129392 is #ED6C6D. Grayscale: #6C6C6C. Windows color (decimal): -15559790 or 9605906. OLE color: 9605906.

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

Color convert

RGB18147146-
CMYK0.8800.010.42
HSL179.53º78.18%32.35%-
HSV(B)179.53º87.76%57.65%-
XYZ15.8723.0730.81-
YUV108.32149.2663.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.79%
GREEN value IS 147 (57.81% from 255) = 47.27%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=5.79%
G=47.27%
B=46.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181471460.8800.010.42179.5378.1832.35
Hex12939258012Ab44e20
Octal22223222130015226411640
Binary100101001001110010010101100001101010101101001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129392; }

 p { color: rgb(18,147,146); }

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

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

 a { background-color: rgb(18,147,146); }

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

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

 span { border-color: rgb(18,147,146); }

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