#1A9388

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

Shades of Java #1A9388

Tints of Java #1A9388

Color information

#1A9388 (or 0x1A9388) is unknown color: approx Java. HEX triplet: 1A, 93 and 88. RGB value is (26,147,136). Sum of RGB (Red+Green+Blue) = 26+147+136=309 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.41% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #1A9388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9388 is #E56C77. Grayscale: #6D6D6D. Windows color (decimal): -15035512 or 8950554. OLE color: 8950554.

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

Color convert

RGB26147136-
CMYK0.8200.070.42
HSL174.55º69.94%33.92%-
HSV(B)174.55º82.31%57.65%-
XYZ15.322.8626.9-
YUV109.57142.9168.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.41%
GREEN value IS 147 (57.81% from 255) = 47.57%
BLUE value IS 136 (53.52% from 255) = 44.01%
R=8.41%
G=47.57%
B=44.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261471360.8200.070.42174.5569.9433.92
Hex1A938852072Aaf4622
Octal32223210122075225710642
Binary11010100100111000100010100100111101010101011111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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