#1cb98b

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

Shades of Mountain Meadow #1CB98B

Tints of Mountain Meadow #1CB98B

Color information

#1CB98B (or 0x1CB98B) is unknown color: approx Mountain Meadow. HEX triplet: 1C, B9 and 8B. RGB value is (28,185,139). Sum of RGB (Red+Green+Blue) = 28+185+139=352 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.95% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #1CB98B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB98B is #E34674. Grayscale: #848484. Windows color (decimal): -14894709 or 9156892. OLE color: 9156892.

HSL color Cylindrical-coordinate representation of color #1CB98B: hue angle of 162.42º 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 #1CB98B is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB28185139-
CMYK0.8500.250.27
HSL162.42º73.71%41.76%-
HSV(B)162.42º84.86%72.55%-
XYZ22.4936.8130.35-
YUV132.81131.4953.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.95%
GREEN value IS 185 (72.66% from 255) = 52.56%
BLUE value IS 139 (54.69% from 255) = 39.49%
R=7.95%
G=52.56%
B=39.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal281851390.8500.250.27162.4273.7141.76
Hex1CB98B550191Ba24a2a
Octal342712131250313324211252
Binary111001011100110001011101010101100111011101000101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cb98b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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