#B2FFD1

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

Shades of Magic Mint #B2FFD1

Tints of Magic Mint #B2FFD1

Color information

#B2FFD1 (or 0xB2FFD1) is unknown color: approx Magic Mint. HEX triplet: B2, FF and D1. RGB value is (178,255,209). Sum of RGB (Red+Green+Blue) = 178+255+209=642 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.73% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFD1 is #4D002E. Grayscale: #E2E2E2. Windows color (decimal): -5046319 or 13762482. OLE color: 13762482.

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

Color convert

RGB178255209-
CMYK0.3000.180
HSL144.16º100%84.9%-
HSV(B)144.16º30.2%100%-
XYZ65.6385.5973.38-
YUV226.73117.9993.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.73%
GREEN value IS 255 (100% from 255) = 39.72%
BLUE value IS 209 (82.03% from 255) = 32.55%
R=27.73%
G=39.72%
B=32.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782552090.3000.180144.1610084.9
HexB2FFD11E0120906455
Octal262377321360220220144125
Binary1011001011111111110100011111001001001001000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FFD1; }

 p { color: rgb(178,255,209); }

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

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

 a { background-color: rgb(178,255,209); }

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

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

 span { border-color: rgb(178,255,209); }

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