#1A8E87

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

Shades of Java #1A8E87

Tints of Java #1A8E87

Color information

#1A8E87 (or 0x1A8E87) is unknown color: approx Java. HEX triplet: 1A, 8E and 87. RGB value is (26,142,135). Sum of RGB (Red+Green+Blue) = 26+142+135=303 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.58% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 142 - color contains mainly: green. Hex color #1A8E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8E87 is #E57178. Grayscale: #6A6A6A. Windows color (decimal): -15036793 or 8883738. OLE color: 8883738.

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

Color convert

RGB26142135-
CMYK0.8200.050.44
HSL176.38º69.05%32.94%-
HSV(B)176.38º81.69%55.69%-
XYZ14.4721.3126.27-
YUV106.52144.0770.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.58%
GREEN value IS 142 (55.86% from 255) = 46.86%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=8.58%
G=46.86%
B=44.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal261421350.8200.050.44176.3869.0532.94
Hex1A8E8752052Cb04521
Octal32216207122055426010541
Binary11010100011101000011110100100101101100101100001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,142,135); }

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

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

 a { background-color: rgb(26,142,135); }

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

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

 span { border-color: rgb(26,142,135); }

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