#1AA191

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

Shades of Java #1AA191

Tints of Java #1AA191

Color information

#1AA191 (or 0x1AA191) is unknown color: approx Java. HEX triplet: 1A, A1 and 91. RGB value is (26,161,145). Sum of RGB (Red+Green+Blue) = 26+161+145=332 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.83% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #1AA191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA191 is #E55E6E. Grayscale: #767676. Windows color (decimal): -15031919 or 9543962. OLE color: 9543962.

HSL color Cylindrical-coordinate representation of color #1AA191: hue angle of 172.89º 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 #1AA191 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB26161145-
CMYK0.8400.100.37
HSL172.89º72.19%36.67%-
HSV(B)172.89º83.85%63.14%-
XYZ18.2827.7531.18-
YUV118.81142.7761.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.83%
GREEN value IS 161 (63.28% from 255) = 48.49%
BLUE value IS 145 (57.03% from 255) = 43.67%
R=7.83%
G=48.49%
B=43.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal261611450.8400.100.37172.8972.1936.67
Hex1AA191540A25ad4825
Octal322412211240124525511045
Binary110101010000110010001101010001010100101101011011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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