#129A96

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

Shades of Java #129A96

Tints of Java #129A96

Color information

#129A96 (or 0x129A96) is unknown color: approx Java. HEX triplet: 12, 9A and 96. RGB value is (18,154,150). Sum of RGB (Red+Green+Blue) = 18+154+150=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 154 - color contains mainly: green. Hex color #129A96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129A96 is #ED6569. Grayscale: #707070. Windows color (decimal): -15557994 or 9869842. OLE color: 9869842.

HSL color Cylindrical-coordinate representation of color #129A96: hue angle of 178.24º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129A96 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB18154150-
CMYK0.8800.030.40
HSL178.24º79.07%33.73%-
HSV(B)178.24º88.31%60.39%-
XYZ17.3125.4432.85-
YUV112.88148.9460.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.59%
GREEN value IS 154 (60.55% from 255) = 47.83%
BLUE value IS 150 (58.98% from 255) = 46.58%
R=5.59%
G=47.83%
B=46.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181541500.8800.030.40178.2479.0733.73
Hex129A96580328b24f22
Octal22232226130035026211742
Binary1001010011010100101101011000011101000101100101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129A96; }

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

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

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

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

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

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

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

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