#129B99

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

Shades of Java #129B99

Tints of Java #129B99

Color information

#129B99 (or 0x129B99) is unknown color: approx Java. HEX triplet: 12, 9B and 99. RGB value is (18,155,153). Sum of RGB (Red+Green+Blue) = 18+155+153=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #129B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129B99 is #ED6466. Grayscale: #717171. Windows color (decimal): -15557735 or 10066706. OLE color: 10066706.

HSL color Cylindrical-coordinate representation of color #129B99: hue angle of 179.12º 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 #129B99 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB18155153-
CMYK0.8800.010.39
HSL179.12º79.19%33.92%-
HSV(B)179.12º88.39%60.78%-
XYZ17.7225.8734.2-
YUV113.81150.1159.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.52%
GREEN value IS 155 (60.94% from 255) = 47.55%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=5.52%
G=47.55%
B=46.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181551530.8800.010.39179.1279.1933.92
Hex129B99580127b34f22
Octal22233231130014726311742
Binary100101001101110011001101100001100111101100111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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