#1B8E91

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

Shades of Java #1B8E91

Tints of Java #1B8E91

Color information

#1B8E91 (or 0x1B8E91) is unknown color: approx Java. HEX triplet: 1B, 8E and 91. RGB value is (27,142,145). Sum of RGB (Red+Green+Blue) = 27+142+145=314 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.60% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #1B8E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8E91 is #E4716E. Grayscale: #6B6B6B. Windows color (decimal): -14971247 or 9539099. OLE color: 9539099.

HSL color Cylindrical-coordinate representation of color #1B8E91: hue angle of 181.53º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B8E91 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB27142145-
CMYK0.810.0200.43
HSL181.53º68.6%33.73%-
HSV(B)181.53º81.38%56.86%-
XYZ15.2421.6230.16-
YUV107.96148.970.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.60%
GREEN value IS 142 (55.86% from 255) = 45.22%
BLUE value IS 145 (57.03% from 255) = 46.18%
R=8.60%
G=45.22%
B=46.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal271421450.810.0200.43181.5368.633.73
Hex1B8E9151202Bb64522
Octal33216221121205326610542
Binary1101110001110100100011010001100101011101101101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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