#149b8e

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

Shades of Java #149B8E

Tints of Java #149B8E

Color information

#149B8E (or 0x149B8E) is unknown color: approx Java. HEX triplet: 14, 9B and 8E. RGB value is (20,155,142). Sum of RGB (Red+Green+Blue) = 20+155+142=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 155 - color contains mainly: green. Hex color #149B8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149B8E is #EB6471. Grayscale: #717171. Windows color (decimal): -15426674 or 9345812. OLE color: 9345812.

HSL color Cylindrical-coordinate representation of color #149B8E: hue angle of 174.22º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149B8E is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB20155142-
CMYK0.8700.080.39
HSL174.22º77.14%34.31%-
HSV(B)174.22º87.1%60.78%-
XYZ16.8925.5429.63-
YUV113.15144.2761.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.31%
GREEN value IS 155 (60.94% from 255) = 48.90%
BLUE value IS 142 (55.86% from 255) = 44.79%
R=6.31%
G=48.90%
B=44.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal201551420.8700.080.39174.2277.1434.31
Hex149B8E570827ae4d22
Octal242332161270104725611542
Binary101001001101110001110101011101000100111101011101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149b8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,155,142); }

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

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

 a { background-color: rgb(20,155,142); }

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

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

 span { border-color: rgb(20,155,142); }

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