#129A9A

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

Shades of Java #129A9A

Tints of Java #129A9A

Color information

#129A9A (or 0x129A9A) is unknown color: approx Java. HEX triplet: 12, 9A and 9A. RGB value is (18,154,154). Sum of RGB (Red+Green+Blue) = 18+154+154=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: green, blue. Hex color #129A9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129A9A is #ED6565. Grayscale: #717171. Windows color (decimal): -15557990 or 10131986. OLE color: 10131986.

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

Color convert

RGB18154154-
CMYK0.88000.40
HSL180º79.07%33.73%-
HSV(B)180º88.31%60.39%-
XYZ17.6425.5734.58-
YUV113.34150.9460-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.52%
GREEN value IS 154 (60.55% from 255) = 47.24%
BLUE value IS 154 (60.55% from 255) = 47.24%
R=5.52%
G=47.24%
B=47.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181541540.88000.4018079.0733.73
Hex129A9A580028b44f22
Octal22232232130005026411742
Binary100101001101010011010101100000101000101101001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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