#1A9AA0

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

Shades of Java #1A9AA0

Tints of Java #1A9AA0

Color information

#1A9AA0 (or 0x1A9AA0) is unknown color: approx Java. HEX triplet: 1A, 9A and A0. RGB value is (26,154,160). Sum of RGB (Red+Green+Blue) = 26+154+160=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 160 - color contains mainly: blue. Hex color #1A9AA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9AA0 is #E5655F. Grayscale: #747474. Windows color (decimal): -15033696 or 10525210. OLE color: 10525210.

HSL color Cylindrical-coordinate representation of color #1A9AA0: hue angle of 182.69º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A9AA0 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB26154160-
CMYK0.840.0400.37
HSL182.69º72.04%36.47%-
HSV(B)182.69º83.75%62.75%-
XYZ18.3325.8737.28-
YUV116.41152.5963.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.65%
GREEN value IS 154 (60.55% from 255) = 45.29%
BLUE value IS 160 (62.89% from 255) = 47.06%
R=7.65%
G=45.29%
B=47.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal261541600.840.0400.37182.6972.0436.47
Hex1A9AA0544025b74824
Octal32232240124404526711044
Binary11010100110101010000010101001000100101101101111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,154,160); }

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

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

 a { background-color: rgb(26,154,160); }

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

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

 span { border-color: rgb(26,154,160); }

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