#129490

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

Shades of Java #129490

Tints of Java #129490

Color information

#129490 (or 0x129490) is unknown color: approx Java. HEX triplet: 12, 94 and 90. RGB value is (18,148,144). Sum of RGB (Red+Green+Blue) = 18+148+144=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #129490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129490 is #ED6B6F. Grayscale: #6C6C6C. Windows color (decimal): -15559536 or 9475090. OLE color: 9475090.

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

Color convert

RGB18148144-
CMYK0.8800.030.42
HSL178.15º78.31%32.55%-
HSV(B)178.15º87.84%58.04%-
XYZ15.8723.3230.05-
YUV108.67147.9363.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.81%
GREEN value IS 148 (58.20% from 255) = 47.74%
BLUE value IS 144 (56.64% from 255) = 46.45%
R=5.81%
G=47.74%
B=46.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181481440.8800.030.42178.1578.3132.55
Hex12949058032Ab24e21
Octal22224220130035226211641
Binary1001010010100100100001011000011101010101100101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129490; }

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

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

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

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

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

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

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

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