#1A8B90

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

Shades of Java #1A8B90

Tints of Java #1A8B90

Color information

#1A8B90 (or 0x1A8B90) is unknown color: approx Java. HEX triplet: 1A, 8B and 90. RGB value is (26,139,144). Sum of RGB (Red+Green+Blue) = 26+139+144=309 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.41% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A8B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8B90 is #E5746F. Grayscale: #696969. Windows color (decimal): -15037552 or 9472794. OLE color: 9472794.

HSL color Cylindrical-coordinate representation of color #1A8B90: hue angle of 182.54º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8B90 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB26139144-
CMYK0.820.0300.44
HSL182.54º69.41%33.33%-
HSV(B)182.54º81.94%56.47%-
XYZ14.6920.729.61-
YUV105.78149.5671.09-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.41%
GREEN value IS 139 (54.69% from 255) = 44.98%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=8.41%
G=44.98%
B=46.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal261391440.820.0300.44182.5469.4133.33
Hex1A8B9052302Cb74521
Octal32213220122305426710541
Binary1101010001011100100001010010110101100101101111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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