#129AA2

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

Shades of Java #129AA2

Tints of Java #129AA2

Color information

#129AA2 (or 0x129AA2) is unknown color: approx Java. HEX triplet: 12, 9A and A2. RGB value is (18,154,162). Sum of RGB (Red+Green+Blue) = 18+154+162=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 162 (63.67% from 255 or 48.50% from 334); Max value from RGB is 162 - color contains mainly: blue. Hex color #129AA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129AA2 is #ED655D. Grayscale: #727272. Windows color (decimal): -15557982 or 10656274. OLE color: 10656274.

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

Color convert

RGB18154162-
CMYK0.890.0500.36
HSL183.33º80%35.29%-
HSV(B)183.33º88.89%63.53%-
XYZ18.3325.8538.21-
YUV114.25154.9459.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.39%
GREEN value IS 154 (60.55% from 255) = 46.11%
BLUE value IS 162 (63.67% from 255) = 48.50%
R=5.39%
G=46.11%
B=48.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181541620.890.0500.36183.338035.29
Hex129AA2595024b75023
Octal22232242131504426712043
Binary10010100110101010001010110011010100100101101111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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