#129296

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

Shades of Java #129296

Tints of Java #129296

Color information

#129296 (or 0x129296) is unknown color: approx Java. HEX triplet: 12, 92 and 96. RGB value is (18,146,150). Sum of RGB (Red+Green+Blue) = 18+146+150=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #129296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129296 is #ED6D69. Grayscale: #6C6C6C. Windows color (decimal): -15560042 or 9867794. OLE color: 9867794.

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

Color convert

RGB18146150-
CMYK0.880.0300.41
HSL181.82º78.57%32.94%-
HSV(B)181.82º88%58.82%-
XYZ16.0322.8932.43-
YUV108.18151.5963.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.73%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 150 (58.98% from 255) = 47.77%
R=5.73%
G=46.50%
B=47.77%

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
Decimal181461500.880.0300.41181.8278.5732.94
Hex129296583029b64f21
Octal22222226130305126611741
Binary1001010010010100101101011000110101001101101101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129296; }

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

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

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

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

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

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

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

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