#129493

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

Shades of Java #129493

Tints of Java #129493

Color information

#129493 (or 0x129493) is unknown color: approx Java. HEX triplet: 12, 94 and 93. RGB value is (18,148,147). Sum of RGB (Red+Green+Blue) = 18+148+147=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #129493 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129493 is #ED6B6C. Grayscale: #6C6C6C. Windows color (decimal): -15559533 or 9671698. OLE color: 9671698.

HSL color Cylindrical-coordinate representation of color #129493: hue angle of 179.54º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129493 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB18148147-
CMYK0.8800.010.42
HSL179.54º78.31%32.55%-
HSV(B)179.54º87.84%58.04%-
XYZ16.1123.4131.27-
YUV109.02149.4363.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.75%
GREEN value IS 148 (58.20% from 255) = 47.28%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=5.75%
G=47.28%
B=46.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181481470.8800.010.42179.5478.3132.55
Hex12949358012Ab44e21
Octal22224223130015226411641
Binary100101001010010010011101100001101010101101001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129493; }

 p { color: rgb(18,148,147); }

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

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

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

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

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

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

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