#1AB695

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

Shades of Mountain Meadow #1AB695

Tints of Mountain Meadow #1AB695

Color information

#1AB695 (or 0x1AB695) is unknown color: approx Mountain Meadow. HEX triplet: 1A, B6 and 95. RGB value is (26,182,149). Sum of RGB (Red+Green+Blue) = 26+182+149=357 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.28% from 357); Green value is 182 (71.48% from 255 or 50.98% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 182 - color contains mainly: green. Hex color #1AB695 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB695 is #E5496A. Grayscale: #838383. Windows color (decimal): -15026539 or 9811482. OLE color: 9811482.

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

Color convert

RGB26182149-
CMYK0.8600.180.29
HSL167.31º75%40.78%-
HSV(B)167.31º85.71%71.37%-
XYZ22.5835.8534.16-
YUV131.59137.8252.68-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.28%
GREEN value IS 182 (71.48% from 255) = 50.98%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=7.28%
G=50.98%
B=41.74%

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
Decimal261821490.8600.180.29167.317540.78
Hex1AB695560121Da74b29
Octal322662251260223524711351
Binary110101011011010010101101011001001011101101001111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,182,149); }

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

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

 a { background-color: rgb(26,182,149); }

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

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

 span { border-color: rgb(26,182,149); }

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