#1AB394

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

Shades of Mountain Meadow #1AB394

Tints of Mountain Meadow #1AB394

Color information

#1AB394 (or 0x1AB394) is unknown color: approx Mountain Meadow. HEX triplet: 1A, B3 and 94. RGB value is (26,179,148). Sum of RGB (Red+Green+Blue) = 26+179+148=353 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.37% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB394 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB394 is #E54C6B. Grayscale: #818181. Windows color (decimal): -15027308 or 9745178. OLE color: 9745178.

HSL color Cylindrical-coordinate representation of color #1AB394: hue angle of 167.84º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB394 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB26179148-
CMYK0.8500.170.30
HSL167.84º74.63%40.2%-
HSV(B)167.84º85.47%70.2%-
XYZ21.8934.633.54-
YUV129.72138.3154.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.37%
GREEN value IS 179 (70.31% from 255) = 50.71%
BLUE value IS 148 (58.20% from 255) = 41.93%
R=7.37%
G=50.71%
B=41.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal261791480.8500.170.30167.8474.6340.2
Hex1AB394550111Ea84b28
Octal322632241250213625011350
Binary110101011001110010100101010101000111110101010001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,179,148); }

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

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

 a { background-color: rgb(26,179,148); }

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

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

 span { border-color: rgb(26,179,148); }

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