#1A938B

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

Shades of Java #1A938B

Tints of Java #1A938B

Color information

#1A938B (or 0x1A938B) is unknown color: approx Java. HEX triplet: 1A, 93 and 8B. RGB value is (26,147,139). Sum of RGB (Red+Green+Blue) = 26+147+139=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #1A938B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A938B is #E56C74. Grayscale: #6D6D6D. Windows color (decimal): -15035509 or 9147162. OLE color: 9147162.

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

Color convert

RGB26147139-
CMYK0.8200.050.42
HSL176.03º69.94%33.92%-
HSV(B)176.03º82.31%57.65%-
XYZ15.5222.9528.04-
YUV109.91144.4168.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.33%
GREEN value IS 147 (57.81% from 255) = 47.12%
BLUE value IS 139 (54.69% from 255) = 44.55%
R=8.33%
G=47.12%
B=44.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261471390.8200.050.42176.0369.9433.92
Hex1A938B52052Ab04622
Octal32223213122055226010642
Binary11010100100111000101110100100101101010101100001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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