#129B97

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

Shades of Java #129B97

Tints of Java #129B97

Color information

#129B97 (or 0x129B97) is unknown color: approx Java. HEX triplet: 12, 9B and 97. RGB value is (18,155,151). Sum of RGB (Red+Green+Blue) = 18+155+151=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #129B97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129B97 is #ED6468. Grayscale: #717171. Windows color (decimal): -15557737 or 9935634. OLE color: 9935634.

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

Color convert

RGB18155151-
CMYK0.8800.030.39
HSL178.25º79.19%33.92%-
HSV(B)178.25º88.39%60.78%-
XYZ17.5625.8133.33-
YUV113.58149.1159.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.56%
GREEN value IS 155 (60.94% from 255) = 47.84%
BLUE value IS 151 (59.38% from 255) = 46.60%
R=5.56%
G=47.84%
B=46.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181551510.8800.030.39178.2579.1933.92
Hex129B97580327b24f22
Octal22233227130034726211742
Binary1001010011011100101111011000011100111101100101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,155,151); }

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

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

 a { background-color: rgb(18,155,151); }

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

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

 span { border-color: rgb(18,155,151); }

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