#1b9586

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

Shades of Java #1B9586

Tints of Java #1B9586

Color information

#1B9586 (or 0x1B9586) is unknown color: approx Java. HEX triplet: 1B, 95 and 86. RGB value is (27,149,134). Sum of RGB (Red+Green+Blue) = 27+149+134=310 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.71% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #1B9586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9586 is #E46A79. Grayscale: #6E6E6E. Windows color (decimal): -14969466 or 8819995. OLE color: 8819995.

HSL color Cylindrical-coordinate representation of color #1B9586: hue angle of 172.62º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B9586 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB27149134-
CMYK0.8200.100.42
HSL172.62º69.32%34.51%-
HSV(B)172.62º81.88%58.43%-
XYZ15.523.4526.26-
YUV110.81141.0868.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.71%
GREEN value IS 149 (58.59% from 255) = 48.06%
BLUE value IS 134 (52.73% from 255) = 43.23%
R=8.71%
G=48.06%
B=43.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal271491340.8200.100.42172.6269.3234.51
Hex1B9586520A2Aad4523
Octal332252061220125225510543
Binary110111001010110000110101001001010101010101011011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b9586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1b9586; }

 p { color: rgb(27,149,134); }

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

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

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

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

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

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

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