#1B8A8E

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

Shades of Java #1B8A8E

Tints of Java #1B8A8E

Color information

#1B8A8E (or 0x1B8A8E) is unknown color: approx Java. HEX triplet: 1B, 8A and 8E. RGB value is (27,138,142). Sum of RGB (Red+Green+Blue) = 27+138+142=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B8A8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8A8E is #E47571. Grayscale: #696969. Windows color (decimal): -14972274 or 9341467. OLE color: 9341467.

HSL color Cylindrical-coordinate representation of color #1B8A8E: hue angle of 182.09º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B8A8E is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB27138142-
CMYK0.810.0300.44
HSL182.09º68.05%33.14%-
HSV(B)182.09º80.99%55.69%-
XYZ14.4220.3628.76-
YUV105.27148.7372.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.79%
GREEN value IS 138 (54.30% from 255) = 44.95%
BLUE value IS 142 (55.86% from 255) = 46.25%
R=8.79%
G=44.95%
B=46.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal271381420.810.0300.44182.0968.0533.14
Hex1B8A8E51302Cb64421
Octal33212216121305426610441
Binary1101110001010100011101010001110101100101101101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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