#1AB192

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

Shades of Mountain Meadow #1AB192

Tints of Mountain Meadow #1AB192

Color information

#1AB192 (or 0x1AB192) is unknown color: approx Mountain Meadow. HEX triplet: 1A, B1 and 92. RGB value is (26,177,146). Sum of RGB (Red+Green+Blue) = 26+177+146=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #1AB192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AB192 is #E54E6D. Grayscale: #808080. Windows color (decimal): -15027822 or 9613594. OLE color: 9613594.

HSL color Cylindrical-coordinate representation of color #1AB192: hue angle of 167.68º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB192 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB26177146-
CMYK0.8500.180.31
HSL167.68º74.38%39.8%-
HSV(B)167.68º85.31%69.41%-
XYZ21.3433.7432.58-
YUV128.32137.9755.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.45%
GREEN value IS 177 (69.53% from 255) = 50.72%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=7.45%
G=50.72%
B=41.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal261771460.8500.180.31167.6874.3839.8
Hex1AB192550121Fa84a28
Octal322612221250223725011250
Binary110101011000110010010101010101001011111101010001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,177,146); }

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

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

 a { background-color: rgb(26,177,146); }

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

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

 span { border-color: rgb(26,177,146); }

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