#129196

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

Shades of Java #129196

Tints of Java #129196

Color information

#129196 (or 0x129196) is unknown color: approx Java. HEX triplet: 12, 91 and 96. RGB value is (18,145,150). Sum of RGB (Red+Green+Blue) = 18+145+150=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #129196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129196 is #ED6E69. Grayscale: #6B6B6B. Windows color (decimal): -15560298 or 9867538. OLE color: 9867538.

HSL color Cylindrical-coordinate representation of color #129196: hue angle of 182.27º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129196 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB18145150-
CMYK0.880.0300.41
HSL182.27º78.57%32.94%-
HSV(B)182.27º88%58.82%-
XYZ15.8822.5832.38-
YUV107.6151.9264.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.75%
GREEN value IS 145 (57.03% from 255) = 46.33%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=5.75%
G=46.33%
B=47.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal181451500.880.0300.41182.2778.5732.94
Hex129196583029b64f21
Octal22221226130305126611741
Binary1001010010001100101101011000110101001101101101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129196; }

 p { color: rgb(18,145,150); }

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

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

 a { background-color: rgb(18,145,150); }

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

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

 span { border-color: rgb(18,145,150); }

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