#149AA1

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

Shades of Java #149AA1

Tints of Java #149AA1

Color information

#149AA1 (or 0x149AA1) is unknown color: approx Java. HEX triplet: 14, 9A and A1. RGB value is (20,154,161). Sum of RGB (Red+Green+Blue) = 20+154+161=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 161 (63.28% from 255 or 48.06% from 335); Max value from RGB is 161 - color contains mainly: blue. Hex color #149AA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149AA1 is #EB655E. Grayscale: #727272. Windows color (decimal): -15426911 or 10590740. OLE color: 10590740.

HSL color Cylindrical-coordinate representation of color #149AA1: hue angle of 182.98º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149AA1 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB20154161-
CMYK0.880.0400.37
HSL182.98º77.9%35.49%-
HSV(B)182.98º87.58%63.14%-
XYZ18.2825.8337.74-
YUV114.73154.1160.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.97%
GREEN value IS 154 (60.55% from 255) = 45.97%
BLUE value IS 161 (63.28% from 255) = 48.06%
R=5.97%
G=45.97%
B=48.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal201541610.880.0400.37182.9877.935.49
Hex149AA1584025b74e23
Octal24232241130404526711643
Binary10100100110101010000110110001000100101101101111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,154,161); }

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

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

 a { background-color: rgb(20,154,161); }

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

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

 span { border-color: rgb(20,154,161); }

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