#B2FFDF

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

Shades of Magic Mint #B2FFDF

Tints of Magic Mint #B2FFDF

Color information

#B2FFDF (or 0xB2FFDF) is unknown color: approx Magic Mint. HEX triplet: B2, FF and DF. RGB value is (178,255,223). Sum of RGB (Red+Green+Blue) = 178+255+223=656 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.13% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFDF is #4D0020. Grayscale: #E4E4E4. Windows color (decimal): -5046305 or 14679986. OLE color: 14679986.

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

Color convert

RGB178255223-
CMYK0.3000.130
HSL155.06º100%84.9%-
HSV(B)155.06º30.2%100%-
XYZ67.4486.3182.92-
YUV228.33124.9992.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.13%
GREEN value IS 255 (100% from 255) = 38.87%
BLUE value IS 223 (87.5% from 255) = 33.99%
R=27.13%
G=38.87%
B=33.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782552230.3000.130155.0610084.9
HexB2FFDF1E0D09b6455
Octal262377337360150233144125
Binary101100101111111111011111111100110101001101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FFDF; }

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

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

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

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

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

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

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

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