#B6FFD1

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

Shades of Magic Mint #B6FFD1

Tints of Magic Mint #B6FFD1

Color information

#B6FFD1 (or 0xB6FFD1) is unknown color: approx Magic Mint. HEX triplet: B6, FF and D1. RGB value is (182,255,209). Sum of RGB (Red+Green+Blue) = 182+255+209=646 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.17% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFD1 is #49002E. Grayscale: #E4E4E4. Windows color (decimal): -4784175 or 13762486. OLE color: 13762486.

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

Color convert

RGB182255209-
CMYK0.2900.180
HSL142.19º100%85.69%-
HSV(B)142.19º28.63%100%-
XYZ66.5686.0773.43-
YUV227.93117.3295.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.17%
GREEN value IS 255 (100% from 255) = 39.47%
BLUE value IS 209 (82.03% from 255) = 32.35%
R=28.17%
G=39.47%
B=32.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822552090.2900.180142.1910085.69
HexB6FFD11D01208e6456
Octal266377321350220216144126
Binary1011011011111111110100011110101001001000111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FFD1; }

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

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

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

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

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

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

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

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