#149b9b

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

Shades of Java #149B9B

Tints of Java #149B9B

Color information

#149B9B (or 0x149B9B) is unknown color: approx Java. HEX triplet: 14, 9B and 9B. RGB value is (20,155,155). Sum of RGB (Red+Green+Blue) = 20+155+155=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #149B9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149B9B is #EB6464. Grayscale: #727272. Windows color (decimal): -15426661 or 10197780. OLE color: 10197780.

HSL color Cylindrical-coordinate representation of color #149B9B: hue angle of 180º 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 #149B9B is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB20155155-
CMYK0.87000.39
HSL180º77.14%34.31%-
HSV(B)180º87.1%60.78%-
XYZ17.9325.9635.08-
YUV114.64150.7760.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.06%
GREEN value IS 155 (60.94% from 255) = 46.97%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=6.06%
G=46.97%
B=46.97%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal201551550.87000.3918077.1434.31
Hex149B9B570027b44d22
Octal24233233127004726411542
Binary101001001101110011011101011100100111101101001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149b9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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