#1A9184

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

Shades of Java #1A9184

Tints of Java #1A9184

Color information

#1A9184 (or 0x1A9184) is unknown color: approx Java. HEX triplet: 1A, 91 and 84. RGB value is (26,145,132). Sum of RGB (Red+Green+Blue) = 26+145+132=303 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.58% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #1A9184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9184 is #E56E7B. Grayscale: #6B6B6B. Windows color (decimal): -15036028 or 8687898. OLE color: 8687898.

HSL color Cylindrical-coordinate representation of color #1A9184: hue angle of 173.45º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9184 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB26145132-
CMYK0.8200.090.43
HSL173.45º69.59%33.53%-
HSV(B)173.45º82.07%56.86%-
XYZ14.7222.1425.33-
YUV107.94141.5869.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.58%
GREEN value IS 145 (57.03% from 255) = 47.85%
BLUE value IS 132 (51.95% from 255) = 43.56%
R=8.58%
G=47.85%
B=43.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal261451320.8200.090.43173.4569.5933.53
Hex1A918452092Bad4622
Octal322212041220115325510642
Binary110101001000110000100101001001001101011101011011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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