#1A9C9B

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

Shades of Java #1A9C9B

Tints of Java #1A9C9B

Color information

#1A9C9B (or 0x1A9C9B) is unknown color: approx Java. HEX triplet: 1A, 9C and 9B. RGB value is (26,156,155). Sum of RGB (Red+Green+Blue) = 26+156+155=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 156 - color contains mainly: green. Hex color #1A9C9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9C9B is #E56364. Grayscale: #747474. Windows color (decimal): -15033189 or 10198042. OLE color: 10198042.

HSL color Cylindrical-coordinate representation of color #1A9C9B: hue angle of 179.54º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9C9B is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB26156155-
CMYK0.8300.010.39
HSL179.54º71.43%35.69%-
HSV(B)179.54º83.33%61.18%-
XYZ18.2326.3635.14-
YUV117.02149.4363.08-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.72%
GREEN value IS 156 (61.33% from 255) = 46.29%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=7.72%
G=46.29%
B=45.99%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal261561550.8300.010.39179.5471.4335.69
Hex1A9C9B530127b44724
Octal32234233123014726410744
Binary110101001110010011011101001101100111101101001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,156,155); }

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

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

 a { background-color: rgb(26,156,155); }

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

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

 span { border-color: rgb(26,156,155); }

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