#B1FEC7

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

Shades of Magic Mint #B1FEC7

Tints of Magic Mint #B1FEC7

Color information

#B1FEC7 (or 0xB1FEC7) is unknown color: approx Magic Mint. HEX triplet: B1, FE and C7. RGB value is (177,254,199). Sum of RGB (Red+Green+Blue) = 177+254+199=630 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.10% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEC7 is #4E0138. Grayscale: #E0E0E0. Windows color (decimal): -5112121 or 13106865. OLE color: 13106865.

HSL color Cylindrical-coordinate representation of color #B1FEC7: hue angle of 137.14º 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 #B1FEC7 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB177254199-
CMYK0.3000.220.00
HSL137.14º97.47%84.51%-
HSV(B)137.14º30.31%99.61%-
XYZ63.8884.3566.95-
YUV224.71113.4993.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.10%
GREEN value IS 254 (99.61% from 255) = 40.32%
BLUE value IS 199 (78.12% from 255) = 31.59%
R=28.10%
G=40.32%
B=31.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772541990.3000.220.00137.1497.4784.51
HexB1FEC71E0160896155
Octal261376307360260211141125
Binary1011000111111110110001111111001011001000100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FEC7; }

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

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

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

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

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

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

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

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