#129AA5

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

Shades of Java #129AA5

Tints of Java #129AA5

Color information

#129AA5 (or 0x129AA5) is unknown color: approx Java. HEX triplet: 12, 9A and A5. RGB value is (18,154,165). Sum of RGB (Red+Green+Blue) = 18+154+165=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 165 (64.84% from 255 or 48.96% from 337); Max value from RGB is 165 - color contains mainly: blue. Hex color #129AA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129AA5 is #ED655A. Grayscale: #727272. Windows color (decimal): -15557979 or 10852882. OLE color: 10852882.

HSL color Cylindrical-coordinate representation of color #129AA5: hue angle of 184.49º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129AA5 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB18154165-
CMYK0.890.0700.35
HSL184.49º80.33%35.88%-
HSV(B)184.49º89.09%64.71%-
XYZ18.625.9639.63-
YUV114.59156.4459.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.34%
GREEN value IS 154 (60.55% from 255) = 45.70%
BLUE value IS 165 (64.84% from 255) = 48.96%
R=5.34%
G=45.70%
B=48.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181541650.890.0700.35184.4980.3335.88
Hex129AA5597023b85024
Octal22232245131704327012044
Binary10010100110101010010110110011110100011101110001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129AA5; }

 p { color: rgb(18,154,165); }

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

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

 a { background-color: rgb(18,154,165); }

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

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

 span { border-color: rgb(18,154,165); }

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