#B2FADD

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

Shades of Magic Mint #B2FADD

Tints of Magic Mint #B2FADD

Color information

#B2FADD (or 0xB2FADD) is unknown color: approx Magic Mint. HEX triplet: B2, FA and DD. RGB value is (178,250,221). Sum of RGB (Red+Green+Blue) = 178+250+221=649 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.43% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FADD is #4D0522. Grayscale: #E1E1E1. Windows color (decimal): -5047587 or 14547634. OLE color: 14547634.

HSL color Cylindrical-coordinate representation of color #B2FADD: hue angle of 155.83º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FADD is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB178250221-
CMYK0.2900.120.02
HSL155.83º87.8%83.92%-
HSV(B)155.83º28.8%98.04%-
XYZ65.683.0680.98-
YUV225.17125.6594.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.43%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 221 (86.72% from 255) = 34.05%
R=27.43%
G=38.52%
B=34.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782502210.2900.120.02155.8387.883.92
HexB2FADD1D0C29c5854
Octal262372335350142234130124
Binary1011001011111010110111011110101100101001110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FADD; }

 p { color: rgb(178,250,221); }

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

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

 a { background-color: rgb(178,250,221); }

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

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

 span { border-color: rgb(178,250,221); }

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