#1BAA8A

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

Shades of Mountain Meadow #1BAA8A

Tints of Mountain Meadow #1BAA8A

Color information

#1BAA8A (or 0x1BAA8A) is unknown color: approx Mountain Meadow. HEX triplet: 1B, AA and 8A. RGB value is (27,170,138). Sum of RGB (Red+Green+Blue) = 27+170+138=335 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.06% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAA8A is #E45575. Grayscale: #7B7B7B. Windows color (decimal): -14964086 or 9087515. OLE color: 9087515.

HSL color Cylindrical-coordinate representation of color #1BAA8A: hue angle of 166.57º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAA8A is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB27170138-
CMYK0.8400.190.33
HSL166.57º72.59%38.63%-
HSV(B)166.57º84.12%66.67%-
XYZ19.4130.8228.97-
YUV123.6136.1259.1-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.06%
GREEN value IS 170 (66.80% from 255) = 50.75%
BLUE value IS 138 (54.30% from 255) = 41.19%
R=8.06%
G=50.75%
B=41.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal271701380.8400.190.33166.5772.5938.63
Hex1BAA8A5401321a74927
Octal332522121240234124711147
Binary1101110101010100010101010100010011100001101001111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,170,138); }

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

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

 a { background-color: rgb(27,170,138); }

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

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

 span { border-color: rgb(27,170,138); }

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