#1A9586

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

Shades of Java #1A9586

Tints of Java #1A9586

Color information

#1A9586 (or 0x1A9586) is unknown color: approx Java. HEX triplet: 1A, 95 and 86. RGB value is (26,149,134). Sum of RGB (Red+Green+Blue) = 26+149+134=309 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.41% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #1A9586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9586 is #E56A79. Grayscale: #6E6E6E. Windows color (decimal): -15035002 or 8819994. OLE color: 8819994.

HSL color Cylindrical-coordinate representation of color #1A9586: hue angle of 172.68º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9586 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB26149134-
CMYK0.8300.100.42
HSL172.68º70.29%34.31%-
HSV(B)172.68º82.55%58.43%-
XYZ15.4823.4426.26-
YUV110.51141.2567.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.41%
GREEN value IS 149 (58.59% from 255) = 48.22%
BLUE value IS 134 (52.73% from 255) = 43.37%
R=8.41%
G=48.22%
B=43.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261491340.8300.100.42172.6870.2934.31
Hex1A9586530A2Aad4622
Octal322252061230125225510642
Binary110101001010110000110101001101010101010101011011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,149,134); }

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

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

 a { background-color: rgb(26,149,134); }

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

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

 span { border-color: rgb(26,149,134); }

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