#1AB493

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

Shades of Mountain Meadow #1AB493

Tints of Mountain Meadow #1AB493

Color information

#1AB493 (or 0x1AB493) is unknown color: approx Mountain Meadow. HEX triplet: 1A, B4 and 93. RGB value is (26,180,147). Sum of RGB (Red+Green+Blue) = 26+180+147=353 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.37% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB493 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB493 is #E54B6C. Grayscale: #828282. Windows color (decimal): -15027053 or 9679898. OLE color: 9679898.

HSL color Cylindrical-coordinate representation of color #1AB493: hue angle of 167.14º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB493 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB26180147-
CMYK0.8600.180.29
HSL167.14º74.76%40.39%-
HSV(B)167.14º85.56%70.59%-
XYZ22.0134.9733.19-
YUV130.19137.4853.68-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.37%
GREEN value IS 180 (70.70% from 255) = 50.99%
BLUE value IS 147 (57.81% from 255) = 41.64%
R=7.37%
G=50.99%
B=41.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal261801470.8600.180.29167.1474.7640.39
Hex1AB493560121Da74b28
Octal322642231260223524711350
Binary110101011010010010011101011001001011101101001111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,180,147); }

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

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

 a { background-color: rgb(26,180,147); }

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

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

 span { border-color: rgb(26,180,147); }

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