#1A9395

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

Shades of Java #1A9395

Tints of Java #1A9395

Color information

#1A9395 (or 0x1A9395) is unknown color: approx Java. HEX triplet: 1A, 93 and 95. RGB value is (26,147,149). Sum of RGB (Red+Green+Blue) = 26+147+149=322 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.07% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #1A9395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9395 is #E56C6A. Grayscale: #6E6E6E. Windows color (decimal): -15035499 or 9802522. OLE color: 9802522.

HSL color Cylindrical-coordinate representation of color #1A9395: hue angle of 180.98º 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 #1A9395 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB26147149-
CMYK0.830.0100.42
HSL180.98º70.29%34.31%-
HSV(B)180.98º82.55%58.43%-
XYZ16.2823.2632.06-
YUV111.05149.4167.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.07%
GREEN value IS 147 (57.81% from 255) = 45.65%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=8.07%
G=45.65%
B=46.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261471490.830.0100.42180.9870.2934.31
Hex1A939553102Ab54622
Octal32223225123105226510642
Binary110101001001110010101101001110101010101101011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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