#1BA49B

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

Shades of Java #1BA49B

Tints of Java #1BA49B

Color information

#1BA49B (or 0x1BA49B) is unknown color: approx Java. HEX triplet: 1B, A4 and 9B. RGB value is (27,164,155). Sum of RGB (Red+Green+Blue) = 27+164+155=346 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.80% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #1BA49B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA49B is #E45B64. Grayscale: #797979. Windows color (decimal): -14965605 or 10200091. OLE color: 10200091.

HSL color Cylindrical-coordinate representation of color #1BA49B: hue angle of 176.06º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA49B is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB27164155-
CMYK0.8400.050.36
HSL176.06º71.73%37.45%-
HSV(B)176.06º83.54%64.31%-
XYZ19.6429.1535.6-
YUV122.01146.6160.23-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.80%
GREEN value IS 164 (64.45% from 255) = 47.40%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=7.80%
G=47.40%
B=44.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal271641550.8400.050.36176.0671.7337.45
Hex1BA49B540524b04825
Octal33244233124054426011045
Binary11011101001001001101110101000101100100101100001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,164,155); }

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

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

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

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

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

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

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