#1A888E

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

Shades of Java #1A888E

Tints of Java #1A888E

Color information

#1A888E (or 0x1A888E) is unknown color: approx Java. HEX triplet: 1A, 88 and 8E. RGB value is (26,136,142). Sum of RGB (Red+Green+Blue) = 26+136+142=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A888E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A888E is #E57771. Grayscale: #676767. Windows color (decimal): -15038322 or 9340954. OLE color: 9340954.

HSL color Cylindrical-coordinate representation of color #1A888E: hue angle of 183.1º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A888E is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB26136142-
CMYK0.820.0400.44
HSL183.1º69.05%32.94%-
HSV(B)183.1º81.69%55.69%-
XYZ14.1119.7828.67-
YUV103.79149.5672.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.55%
GREEN value IS 136 (53.52% from 255) = 44.74%
BLUE value IS 142 (55.86% from 255) = 46.71%
R=8.55%
G=44.74%
B=46.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal261361420.820.0400.44183.169.0532.94
Hex1A888E52402Cb74521
Octal32210216122405426710541
Binary11010100010001000111010100101000101100101101111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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