#1AA190

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

Shades of Java #1AA190

Tints of Java #1AA190

Color information

#1AA190 (or 0x1AA190) is unknown color: approx Java. HEX triplet: 1A, A1 and 90. RGB value is (26,161,144). Sum of RGB (Red+Green+Blue) = 26+161+144=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 161 (63.28% from 255 or 48.64% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 161 - color contains mainly: green. Hex color #1AA190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA190 is #E55E6F. Grayscale: #767676. Windows color (decimal): -15031920 or 9478426. OLE color: 9478426.

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

Color convert

RGB26161144-
CMYK0.8400.110.37
HSL172.44º72.19%36.67%-
HSV(B)172.44º83.85%63.14%-
XYZ18.227.7230.78-
YUV118.7142.2761.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.85%
GREEN value IS 161 (63.28% from 255) = 48.64%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=7.85%
G=48.64%
B=43.50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal261611440.8400.110.37172.4472.1936.67
Hex1AA190540B25ac4825
Octal322412201240134525411045
Binary110101010000110010000101010001011100101101011001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,161,144); }

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

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

 a { background-color: rgb(26,161,144); }

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

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

 span { border-color: rgb(26,161,144); }

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