#149fa4

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

Shades of Java #149FA4

Tints of Java #149FA4

Color information

#149FA4 (or 0x149FA4) is unknown color: approx Java. HEX triplet: 14, 9F and A4. RGB value is (20,159,164). Sum of RGB (Red+Green+Blue) = 20+159+164=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #149FA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149FA4 is #EB605B. Grayscale: #757575. Windows color (decimal): -15425628 or 10788628. OLE color: 10788628.

HSL color Cylindrical-coordinate representation of color #149FA4: hue angle of 182.08º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149FA4 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB20159164-
CMYK0.880.0300.36
HSL182.08º78.26%36.08%-
HSV(B)182.08º87.8%64.31%-
XYZ19.3927.6339.43-
YUV118.01153.9558.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.83%
GREEN value IS 159 (62.5% from 255) = 46.36%
BLUE value IS 164 (64.45% from 255) = 47.81%
R=5.83%
G=46.36%
B=47.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal201591640.880.0300.36182.0878.2636.08
Hex149FA4583024b64e24
Octal24237244130304426611644
Binary1010010011111101001001011000110100100101101101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149fa4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149fa4; }

 p { color: rgb(20,159,164); }

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

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

 a { background-color: rgb(20,159,164); }

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

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

 span { border-color: rgb(20,159,164); }

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