#B1FED6

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

Shades of Magic Mint #B1FED6

Tints of Magic Mint #B1FED6

Color information

#B1FED6 (or 0xB1FED6) is unknown color: approx Magic Mint. HEX triplet: B1, FE and D6. RGB value is (177,254,214). Sum of RGB (Red+Green+Blue) = 177+254+214=645 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.44% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FED6 is #4E0129. Grayscale: #E2E2E2. Windows color (decimal): -5112106 or 14089905. OLE color: 14089905.

HSL color Cylindrical-coordinate representation of color #B1FED6: hue angle of 148.83º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FED6 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB177254214-
CMYK0.3000.160.00
HSL148.83º97.47%84.51%-
HSV(B)148.83º30.31%99.61%-
XYZ65.7185.0976.58-
YUV226.42120.9992.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.44%
GREEN value IS 254 (99.61% from 255) = 39.38%
BLUE value IS 214 (83.98% from 255) = 33.18%
R=27.44%
G=39.38%
B=33.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772542140.3000.160.00148.8397.4784.51
HexB1FED61E0100956155
Octal261376326360200225141125
Binary1011000111111110110101101111001000001001010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FED6; }

 p { color: rgb(177,254,214); }

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

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

 a { background-color: rgb(177,254,214); }

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

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

 span { border-color: rgb(177,254,214); }

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