#129A98

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

Shades of Java #129A98

Tints of Java #129A98

Color information

#129A98 (or 0x129A98) is unknown color: approx Java. HEX triplet: 12, 9A and 98. RGB value is (18,154,152). Sum of RGB (Red+Green+Blue) = 18+154+152=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 154 - color contains mainly: green. Hex color #129A98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129A98 is #ED6567. Grayscale: #707070. Windows color (decimal): -15557992 or 10000914. OLE color: 10000914.

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

Color convert

RGB18154152-
CMYK0.8800.010.40
HSL179.12º79.07%33.73%-
HSV(B)179.12º88.31%60.39%-
XYZ17.4725.5133.71-
YUV113.11149.9460.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.56%
GREEN value IS 154 (60.55% from 255) = 47.53%
BLUE value IS 152 (59.77% from 255) = 46.91%
R=5.56%
G=47.53%
B=46.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181541520.8800.010.40179.1279.0733.73
Hex129A98580128b34f22
Octal22232230130015026311742
Binary100101001101010011000101100001101000101100111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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