#B1FFD8

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

Shades of Magic Mint #B1FFD8

Tints of Magic Mint #B1FFD8

Color information

#B1FFD8 (or 0xB1FFD8) is unknown color: approx Magic Mint. HEX triplet: B1, FF and D8. RGB value is (177,255,216). Sum of RGB (Red+Green+Blue) = 177+255+216=648 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.31% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 216 (84.77% from 255 or 33.33% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFD8 is #4E0027. Grayscale: #E3E3E3. Windows color (decimal): -5111848 or 14221233. OLE color: 14221233.

HSL color Cylindrical-coordinate representation of color #B1FFD8: hue angle of 150º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFD8 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB177255216-
CMYK0.3100.150
HSL150º100%84.71%-
HSV(B)150º30.59%100%-
XYZ66.2985.8278.04-
YUV227.23121.6692.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.31%
GREEN value IS 255 (100% from 255) = 39.35%
BLUE value IS 216 (84.77% from 255) = 33.33%
R=27.31%
G=39.35%
B=33.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772552160.3100.15015010084.71
HexB1FFD81F0F0966455
Octal261377330370170226144125
Binary101100011111111111011000111110111101001011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFD8; }

 p { color: rgb(177,255,216); }

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

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

 a { background-color: rgb(177,255,216); }

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

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

 span { border-color: rgb(177,255,216); }

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