#B1FECD

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

Shades of Magic Mint #B1FECD

Tints of Magic Mint #B1FECD

Color information

#B1FECD (or 0xB1FECD) is unknown color: approx Magic Mint. HEX triplet: B1, FE and CD. RGB value is (177,254,205). Sum of RGB (Red+Green+Blue) = 177+254+205=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FECD is #4E0132. Grayscale: #E1E1E1. Windows color (decimal): -5112115 or 13500081. OLE color: 13500081.

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

Color convert

RGB177254205-
CMYK0.3000.190.00
HSL141.82º97.47%84.51%-
HSV(B)141.82º30.31%99.61%-
XYZ64.5984.6470.69-
YUV225.39116.4993.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.83%
GREEN value IS 254 (99.61% from 255) = 39.94%
BLUE value IS 205 (80.47% from 255) = 32.23%
R=27.83%
G=39.94%
B=32.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772542050.3000.190.00141.8297.4784.51
HexB1FECD1E01308e6155
Octal261376315360230216141125
Binary1011000111111110110011011111001001101000111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FECD; }

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

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

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

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

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

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

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

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