#1B8E82

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

Shades of Java #1B8E82

Tints of Java #1B8E82

Color information

#1B8E82 (or 0x1B8E82) is unknown color: approx Java. HEX triplet: 1B, 8E and 82. RGB value is (27,142,130). Sum of RGB (Red+Green+Blue) = 27+142+130=299 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.03% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #1B8E82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8E82 is #E4717D. Grayscale: #6A6A6A. Windows color (decimal): -14971262 or 8556059. OLE color: 8556059.

HSL color Cylindrical-coordinate representation of color #1B8E82: hue angle of 173.74º 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 #1B8E82 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB27142130-
CMYK0.8100.080.44
HSL173.74º68.05%33.14%-
HSV(B)173.74º80.99%55.69%-
XYZ14.1521.1924.46-
YUV106.25141.471.48-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.03%
GREEN value IS 142 (55.86% from 255) = 47.49%
BLUE value IS 130 (51.17% from 255) = 43.48%
R=9.03%
G=47.49%
B=43.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal271421300.8100.080.44173.7468.0533.14
Hex1B8E8251082Cae4421
Octal332162021210105425610441
Binary110111000111010000010101000101000101100101011101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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