#149294

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

Shades of Java #149294

Tints of Java #149294

Color information

#149294 (or 0x149294) is unknown color: approx Java. HEX triplet: 14, 92 and 94. RGB value is (20,146,148). Sum of RGB (Red+Green+Blue) = 20+146+148=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #149294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149294 is #EB6D6B. Grayscale: #6C6C6C. Windows color (decimal): -15428972 or 9736724. OLE color: 9736724.

HSL color Cylindrical-coordinate representation of color #149294: hue angle of 180.94º 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 #149294 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB20146148-
CMYK0.860.0100.42
HSL180.94º76.19%32.94%-
HSV(B)180.94º86.49%58.04%-
XYZ15.9122.8431.59-
YUV108.55150.2664.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.37%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 148 (58.20% from 255) = 47.13%
R=6.37%
G=46.50%
B=47.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201461480.860.0100.42180.9476.1932.94
Hex14929456102Ab54c21
Octal24222224126105226511441
Binary101001001001010010100101011010101010101101011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149294; }

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

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

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

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

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

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

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

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