#1a9aa4

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

Shades of Java #1A9AA4

Tints of Java #1A9AA4

Color information

#1A9AA4 (or 0x1A9AA4) is unknown color: approx Java. HEX triplet: 1A, 9A and A4. RGB value is (26,154,164). Sum of RGB (Red+Green+Blue) = 26+154+164=344 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.56% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #1A9AA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9AA4 is #E5655B. Grayscale: #747474. Windows color (decimal): -15033692 or 10787354. OLE color: 10787354.

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

Color convert

RGB26154164-
CMYK0.840.0600.36
HSL184.35º72.63%37.25%-
HSV(B)184.35º84.15%64.31%-
XYZ18.6826.0139.16-
YUV116.87154.5963.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.56%
GREEN value IS 154 (60.55% from 255) = 44.77%
BLUE value IS 164 (64.45% from 255) = 47.67%
R=7.56%
G=44.77%
B=47.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal261541640.840.0600.36184.3572.6337.25
Hex1A9AA4546024b84925
Octal32232244124604427011145
Binary11010100110101010010010101001100100100101110001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a9aa4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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