#B1EFC6

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

Shades of Magic Mint #B1EFC6

Tints of Magic Mint #B1EFC6

Color information

#B1EFC6 (or 0xB1EFC6) is unknown color: approx Magic Mint. HEX triplet: B1, EF and C6. RGB value is (177,239,198). Sum of RGB (Red+Green+Blue) = 177+239+198=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EFC6 is #4E1039. Grayscale: #D7D7D7. Windows color (decimal): -5115962 or 13037489. OLE color: 13037489.

HSL color Cylindrical-coordinate representation of color #B1EFC6: hue angle of 140.32º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EFC6 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB177239198-
CMYK0.2600.170.06
HSL140.32º65.96%81.57%-
HSV(B)140.32º25.94%93.73%-
XYZ59.1975.1664.81-
YUV215.79117.96100.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.83%
GREEN value IS 239 (93.75% from 255) = 38.93%
BLUE value IS 198 (77.73% from 255) = 32.25%
R=28.83%
G=38.93%
B=32.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772391980.2600.170.06140.3265.9681.57
HexB1EFC61A01168c4252
Octal261357306320216214102122
Binary101100011110111111000110110100100011101000110010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EFC6; }

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

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

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

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

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

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

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

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