#1B8A89

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

Shades of Java #1B8A89

Tints of Java #1B8A89

Color information

#1B8A89 (or 0x1B8A89) is unknown color: approx Java. HEX triplet: 1B, 8A and 89. RGB value is (27,138,137). Sum of RGB (Red+Green+Blue) = 27+138+137=302 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.94% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 138 - color contains mainly: green. Hex color #1B8A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8A89 is #E47576. Grayscale: #686868. Windows color (decimal): -14972279 or 9013787. OLE color: 9013787.

HSL color Cylindrical-coordinate representation of color #1B8A89: hue angle of 179.46º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8A89 is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB27138137-
CMYK0.8000.010.46
HSL179.46º67.27%32.35%-
HSV(B)179.46º80.43%54.12%-
XYZ14.0620.2226.83-
YUV104.7146.2372.58-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.94%
GREEN value IS 138 (54.30% from 255) = 45.70%
BLUE value IS 137 (53.91% from 255) = 45.36%
R=8.94%
G=45.70%
B=45.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal271381370.8000.010.46179.4667.2732.35
Hex1B8A8950012Eb34320
Octal33212211120015626310340
Binary110111000101010001001101000001101110101100111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,138,137); }

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

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

 a { background-color: rgb(27,138,137); }

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

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

 span { border-color: rgb(27,138,137); }

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