#1B9486

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

Shades of Java #1B9486

Tints of Java #1B9486

Color information

#1B9486 (or 0x1B9486) is unknown color: approx Java. HEX triplet: 1B, 94 and 86. RGB value is (27,148,134). Sum of RGB (Red+Green+Blue) = 27+148+134=309 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.74% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #1B9486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9486 is #E46B79. Grayscale: #6E6E6E. Windows color (decimal): -14969722 or 8819739. OLE color: 8819739.

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

Color convert

RGB27148134-
CMYK0.8200.090.42
HSL173.06º69.14%34.31%-
HSV(B)173.06º81.76%58.04%-
XYZ15.3423.1326.21-
YUV110.22141.4168.64-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.74%
GREEN value IS 148 (58.20% from 255) = 47.90%
BLUE value IS 134 (52.73% from 255) = 43.37%
R=8.74%
G=47.90%
B=43.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal271481340.8200.090.42173.0669.1434.31
Hex1B948652092Aad4522
Octal332242061220115225510542
Binary110111001010010000110101001001001101010101011011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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