#12A09F

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

Shades of Java #12A09F

Tints of Java #12A09F

Color information

#12A09F (or 0x12A09F) is unknown color: approx Java. HEX triplet: 12, A0 and 9F. RGB value is (18,160,159). Sum of RGB (Red+Green+Blue) = 18+160+159=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #12A09F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A09F is #ED5F60. Grayscale: #757575. Windows color (decimal): -15556449 or 10461202. OLE color: 10461202.

HSL color Cylindrical-coordinate representation of color #12A09F: hue angle of 179.58º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A09F is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB18160159-
CMYK0.8900.010.37
HSL179.58º79.78%34.9%-
HSV(B)179.58º88.75%62.75%-
XYZ19.0827.7737.16-
YUV117.43151.4657.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.34%
GREEN value IS 160 (62.89% from 255) = 47.48%
BLUE value IS 159 (62.5% from 255) = 47.18%
R=5.34%
G=47.48%
B=47.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal181601590.8900.010.37179.5879.7834.9
Hex12A09F590125b45023
Octal22240237131014526412043
Binary100101010000010011111101100101100101101101001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12A09F; }

 p { color: rgb(18,160,159); }

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

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

 a { background-color: rgb(18,160,159); }

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

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

 span { border-color: rgb(18,160,159); }

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