#1cab8b

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

Shades of Mountain Meadow #1CAB8B

Tints of Mountain Meadow #1CAB8B

Color information

#1CAB8B (or 0x1CAB8B) is unknown color: approx Mountain Meadow. HEX triplet: 1C, AB and 8B. RGB value is (28,171,139). Sum of RGB (Red+Green+Blue) = 28+171+139=338 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.28% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #1CAB8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAB8B is #E35474. Grayscale: #7C7C7C. Windows color (decimal): -14898293 or 9153308. OLE color: 9153308.

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

Color convert

RGB28171139-
CMYK0.8400.190.33
HSL166.57º71.86%39.02%-
HSV(B)166.57º83.63%67.06%-
XYZ19.731.2429.42-
YUV124.6136.1259.1-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.28%
GREEN value IS 171 (67.19% from 255) = 50.59%
BLUE value IS 139 (54.69% from 255) = 41.12%
R=8.28%
G=50.59%
B=41.12%

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
Decimal281711390.8400.190.33166.5771.8639.02
Hex1CAB8B5401321a74827
Octal342532131240234124711047
Binary1110010101011100010111010100010011100001101001111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cab8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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