#1cb98c

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

Shades of Mountain Meadow #1CB98C

Tints of Mountain Meadow #1CB98C

Color information

#1CB98C (or 0x1CB98C) is unknown color: approx Mountain Meadow. HEX triplet: 1C, B9 and 8C. RGB value is (28,185,140). Sum of RGB (Red+Green+Blue) = 28+185+140=353 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.93% from 353); Green value is 185 (72.66% from 255 or 52.41% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 185 - color contains mainly: green. Hex color #1CB98C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB98C is #E34673. Grayscale: #848484. Windows color (decimal): -14894708 or 9222428. OLE color: 9222428.

HSL color Cylindrical-coordinate representation of color #1CB98C: hue angle of 162.8º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB98C is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB28185140-
CMYK0.8500.240.27
HSL162.8º73.71%41.76%-
HSV(B)162.8º84.86%72.55%-
XYZ22.5636.8430.73-
YUV132.93131.9953.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.93%
GREEN value IS 185 (72.66% from 255) = 52.41%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=7.93%
G=52.41%
B=39.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal281851400.8500.240.27162.873.7141.76
Hex1CB98C550181Ba34a2a
Octal342712141250303324311252
Binary111001011100110001100101010101100011011101000111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cb98c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,185,140); }

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

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

 a { background-color: rgb(28,185,140); }

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

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

 span { border-color: rgb(28,185,140); }

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