#1A9593

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

Shades of Java #1A9593

Tints of Java #1A9593

Color information

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

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

Color convert

RGB26149147-
CMYK0.8300.010.42
HSL179.02º70.29%34.31%-
HSV(B)179.02º82.55%58.43%-
XYZ16.4423.8231.34-
YUV111.99147.7566.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261491470.8300.010.42179.0270.2934.31
Hex1A959353012Ab34622
Octal32225223123015226310642
Binary110101001010110010011101001101101010101100111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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