#149094

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

Shades of Java #149094

Tints of Java #149094

Color information

#149094 (or 0x149094) is unknown color: approx Java. HEX triplet: 14, 90 and 94. RGB value is (20,144,148). Sum of RGB (Red+Green+Blue) = 20+144+148=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #149094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149094 is #EB6F6B. Grayscale: #6B6B6B. Windows color (decimal): -15429484 or 9736212. OLE color: 9736212.

HSL color Cylindrical-coordinate representation of color #149094: hue angle of 181.88º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149094 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB20144148-
CMYK0.860.0300.42
HSL181.88º76.19%32.94%-
HSV(B)181.88º86.49%58.04%-
XYZ15.6122.2331.49-
YUV107.38150.9265.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.41%
GREEN value IS 144 (56.64% from 255) = 46.15%
BLUE value IS 148 (58.20% from 255) = 47.44%
R=6.41%
G=46.15%
B=47.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201441480.860.0300.42181.8876.1932.94
Hex14909456302Ab64c21
Octal24220224126305226611441
Binary1010010010000100101001010110110101010101101101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149094; }

 p { color: rgb(20,144,148); }

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

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

 a { background-color: rgb(20,144,148); }

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

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

 span { border-color: rgb(20,144,148); }

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