#1A8F85

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

Shades of Java #1A8F85

Tints of Java #1A8F85

Color information

#1A8F85 (or 0x1A8F85) is unknown color: approx Java. HEX triplet: 1A, 8F and 85. RGB value is (26,143,133). Sum of RGB (Red+Green+Blue) = 26+143+133=302 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.61% from 302); Green value is 143 (56.25% from 255 or 47.35% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 143 - color contains mainly: green. Hex color #1A8F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8F85 is #E5707A. Grayscale: #6A6A6A. Windows color (decimal): -15036539 or 8752922. OLE color: 8752922.

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

Color convert

RGB26143133-
CMYK0.8200.070.44
HSL174.87º69.23%33.14%-
HSV(B)174.87º81.82%56.08%-
XYZ14.4821.5625.59-
YUV106.88142.7470.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.61%
GREEN value IS 143 (56.25% from 255) = 47.35%
BLUE value IS 133 (52.34% from 255) = 44.04%
R=8.61%
G=47.35%
B=44.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal261431330.8200.070.44174.8769.2333.14
Hex1A8F8552072Caf4521
Octal32217205122075425710541
Binary11010100011111000010110100100111101100101011111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,143,133); }

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

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

 a { background-color: rgb(26,143,133); }

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

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

 span { border-color: rgb(26,143,133); }

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