#1BA0A5

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

Shades of Java #1BA0A5

Tints of Java #1BA0A5

Color information

#1BA0A5 (or 0x1BA0A5) is unknown color: approx Java. HEX triplet: 1B, A0 and A5. RGB value is (27,160,165). Sum of RGB (Red+Green+Blue) = 27+160+165=352 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.67% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 165 (64.84% from 255 or 46.88% from 352); Max value from RGB is 165 - color contains mainly: blue. Hex color #1BA0A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA0A5 is #E45F5A. Grayscale: #787878. Windows color (decimal): -14966619 or 10854427. OLE color: 10854427.

HSL color Cylindrical-coordinate representation of color #1BA0A5: hue angle of 182.17º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA0A5 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB27160165-
CMYK0.840.0300.35
HSL182.17º71.88%37.65%-
HSV(B)182.17º83.64%64.71%-
XYZ19.8128.0939.98-
YUV120.8152.9461.09-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.67%
GREEN value IS 160 (62.89% from 255) = 45.45%
BLUE value IS 165 (64.84% from 255) = 46.88%
R=7.67%
G=45.45%
B=46.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal271601650.840.0300.35182.1771.8837.65
Hex1BA0A5543023b64826
Octal33240245124304326611046
Binary1101110100000101001011010100110100011101101101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,160,165); }

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

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

 a { background-color: rgb(27,160,165); }

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

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

 span { border-color: rgb(27,160,165); }

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