#1BAB8B

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

Shades of Mountain Meadow #1BAB8B

Tints of Mountain Meadow #1BAB8B

Color information

#1BAB8B (or 0x1BAB8B) is unknown color: approx Mountain Meadow. HEX triplet: 1B, AB and 8B. RGB value is (27,171,139). Sum of RGB (Red+Green+Blue) = 27+171+139=337 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.01% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAB8B is #E45474. Grayscale: #7C7C7C. Windows color (decimal): -14963829 or 9153307. OLE color: 9153307.

HSL color Cylindrical-coordinate representation of color #1BAB8B: hue angle of 166.67º 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 #1BAB8B is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB27171139-
CMYK0.8400.190.33
HSL166.67º72.73%38.82%-
HSV(B)166.67º84.21%67.06%-
XYZ19.6831.2229.42-
YUV124.3136.2958.6-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.01%
GREEN value IS 171 (67.19% from 255) = 50.74%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=8.01%
G=50.74%
B=41.25%

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
Decimal271711390.8400.190.33166.6772.7338.82
Hex1BAB8B5401321a74927
Octal332532131240234124711147
Binary1101110101011100010111010100010011100001101001111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,171,139); }

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

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

 a { background-color: rgb(27,171,139); }

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

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

 span { border-color: rgb(27,171,139); }

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