#129697

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

Shades of Java #129697

Tints of Java #129697

Color information

#129697 (or 0x129697) is unknown color: approx Java. HEX triplet: 12, 96 and 97. RGB value is (18,150,151). Sum of RGB (Red+Green+Blue) = 18+150+151=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #129697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129697 is #ED6968. Grayscale: #6E6E6E. Windows color (decimal): -15559017 or 9934354. OLE color: 9934354.

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

Color convert

RGB18150151-
CMYK0.880.0100.41
HSL180.45º78.7%33.14%-
HSV(B)180.45º88.08%59.22%-
XYZ16.7424.1833.06-
YUV110.65150.7761.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.64%
GREEN value IS 150 (58.98% from 255) = 47.02%
BLUE value IS 151 (59.38% from 255) = 47.34%
R=5.64%
G=47.02%
B=47.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal181501510.880.0100.41180.4578.733.14
Hex129697581029b44f21
Octal22226227130105126411741
Binary100101001011010010111101100010101001101101001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129697; }

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

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

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

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

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

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

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

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