#129699

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

Shades of Java #129699

Tints of Java #129699

Color information

#129699 (or 0x129699) is unknown color: approx Java. HEX triplet: 12, 96 and 99. RGB value is (18,150,153). Sum of RGB (Red+Green+Blue) = 18+150+153=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #129699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129699 is #ED6966. Grayscale: #6E6E6E. Windows color (decimal): -15559015 or 10065426. OLE color: 10065426.

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

Color convert

RGB18150153-
CMYK0.880.0200.4
HSL181.33º78.95%33.53%-
HSV(B)181.33º88.24%60%-
XYZ16.9124.2433.92-
YUV110.87151.7761.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.61%
GREEN value IS 150 (58.98% from 255) = 46.73%
BLUE value IS 153 (60.16% from 255) = 47.66%
R=5.61%
G=46.73%
B=47.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal181501530.880.0200.4181.3378.9533.53
Hex129699582028b54f22
Octal22226231130205026511742
Binary1001010010110100110011011000100101000101101011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129699; }

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

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

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

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

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

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

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

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