#12A09E

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

Shades of Java #12A09E

Tints of Java #12A09E

Color information

#12A09E (or 0x12A09E) is unknown color: approx Java. HEX triplet: 12, A0 and 9E. RGB value is (18,160,158). Sum of RGB (Red+Green+Blue) = 18+160+158=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #12A09E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A09E is #ED5F61. Grayscale: #757575. Windows color (decimal): -15556450 or 10395666. OLE color: 10395666.

HSL color Cylindrical-coordinate representation of color #12A09E: hue angle of 179.15º 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 #12A09E is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB18160158-
CMYK0.8900.010.37
HSL179.15º79.78%34.9%-
HSV(B)179.15º88.75%62.75%-
XYZ18.9927.7436.7-
YUV117.31150.9657.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.36%
GREEN value IS 160 (62.89% from 255) = 47.62%
BLUE value IS 158 (62.11% from 255) = 47.02%
R=5.36%
G=47.62%
B=47.02%

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
Decimal181601580.8900.010.37179.1579.7834.9
Hex12A09E590125b35023
Octal22240236131014526312043
Binary100101010000010011110101100101100101101100111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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