#129B9A

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

Shades of Java #129B9A

Tints of Java #129B9A

Color information

#129B9A (or 0x129B9A) is unknown color: approx Java. HEX triplet: 12, 9B and 9A. RGB value is (18,155,154). Sum of RGB (Red+Green+Blue) = 18+155+154=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #129B9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129B9A is #ED6465. Grayscale: #717171. Windows color (decimal): -15557734 or 10132242. OLE color: 10132242.

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

Color convert

RGB18155154-
CMYK0.8800.010.39
HSL179.56º79.19%33.92%-
HSV(B)179.56º88.39%60.78%-
XYZ17.825.934.63-
YUV113.92150.6159.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.50%
GREEN value IS 155 (60.94% from 255) = 47.40%
BLUE value IS 154 (60.55% from 255) = 47.09%
R=5.50%
G=47.40%
B=47.09%

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
Decimal181551540.8800.010.39179.5679.1933.92
Hex129B9A580127b44f22
Octal22233232130014726411742
Binary100101001101110011010101100001100111101101001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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