#B1EBC6

Color #B1EBC6 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #B1EBC6

Tints of Magic Mint #B1EBC6

Color information

#B1EBC6 (or 0xB1EBC6) is unknown color: approx Magic Mint. HEX triplet: B1, EB and C6. RGB value is (177,235,198). Sum of RGB (Red+Green+Blue) = 177+235+198=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBC6 is #4E1439. Grayscale: #D5D5D5. Windows color (decimal): -5116986 or 13036465. OLE color: 13036465.

HSL color Cylindrical-coordinate representation of color #B1EBC6: hue angle of 141.72º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBC6 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB177235198-
CMYK0.2500.160.08
HSL141.72º59.18%80.78%-
HSV(B)141.72º24.68%92.16%-
XYZ58.0372.8464.43-
YUV213.44119.28102.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.02%
GREEN value IS 235 (92.19% from 255) = 38.52%
BLUE value IS 198 (77.73% from 255) = 32.46%
R=29.02%
G=38.52%
B=32.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772351980.2500.160.08141.7259.1880.78
HexB1EBC61901088e3b51
Octal261353306310201021673121
Binary101100011110101111000110110010100001000100011101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBC6; }

 p { color: rgb(177,235,198); }

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

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

 a { background-color: rgb(177,235,198); }

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

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

 span { border-color: rgb(177,235,198); }

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