#149595

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

Shades of Java #149595

Tints of Java #149595

Color information

#149595 (or 0x149595) is unknown color: approx Java. HEX triplet: 14, 95 and 95. RGB value is (20,149,149). Sum of RGB (Red+Green+Blue) = 20+149+149=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #149595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149595 is #EB6A6A. Grayscale: #6E6E6E. Windows color (decimal): -15428203 or 9803028. OLE color: 9803028.

HSL color Cylindrical-coordinate representation of color #149595: hue angle of 180º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149595 is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB20149149-
CMYK0.87000.42
HSL180º76.33%33.14%-
HSV(B)180º86.58%58.43%-
XYZ16.4623.8132.16-
YUV110.43149.7663.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.29%
GREEN value IS 149 (58.59% from 255) = 46.86%
BLUE value IS 149 (58.59% from 255) = 46.86%
R=6.29%
G=46.86%
B=46.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201491490.87000.4218076.3333.14
Hex14959557002Ab44c21
Octal24225225127005226411441
Binary101001001010110010101101011100101010101101001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149595; }

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

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

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

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

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

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

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

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