#129F9A

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

Shades of Java #129F9A

Tints of Java #129F9A

Color information

#129F9A (or 0x129F9A) is unknown color: approx Java. HEX triplet: 12, 9F and 9A. RGB value is (18,159,154). Sum of RGB (Red+Green+Blue) = 18+159+154=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #129F9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129F9A is #ED6065. Grayscale: #747474. Windows color (decimal): -15556710 or 10133266. OLE color: 10133266.

HSL color Cylindrical-coordinate representation of color #129F9A: hue angle of 177.87º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129F9A is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB18159154-
CMYK0.8900.030.38
HSL177.87º79.66%34.71%-
HSV(B)177.87º88.68%62.35%-
XYZ18.4827.2634.86-
YUV116.27149.2957.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.44%
GREEN value IS 159 (62.5% from 255) = 48.04%
BLUE value IS 154 (60.55% from 255) = 46.53%
R=5.44%
G=48.04%
B=46.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181591540.8900.030.38177.8779.6634.71
Hex129F9A590326b25023
Octal22237232131034626212043
Binary1001010011111100110101011001011100110101100101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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