#129695

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

Shades of Java #129695

Tints of Java #129695

Color information

#129695 (or 0x129695) is unknown color: approx Java. HEX triplet: 12, 96 and 95. RGB value is (18,150,149). Sum of RGB (Red+Green+Blue) = 18+150+149=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #129695 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129695 is #ED696A. Grayscale: #6E6E6E. Windows color (decimal): -15559019 or 9803282. OLE color: 9803282.

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

Color convert

RGB18150149-
CMYK0.8800.010.41
HSL179.55º78.57%32.94%-
HSV(B)179.55º88%58.82%-
XYZ16.5824.1132.21-
YUV110.42149.7762.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.68%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=5.68%
G=47.32%
B=47.00%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal181501490.8800.010.41179.5578.5732.94
Hex129695580129b44f21
Octal22226225130015126411741
Binary100101001011010010101101100001101001101101001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129695; }

 p { color: rgb(18,150,149); }

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

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

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

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

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

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

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