Shades of Magic Mint #B2F8D5
Tints of Magic Mint #B2F8D5
RGB
CMYK
RGB Variations
Color information
#B2F8D5 (or 0xB2F8D5) is known color: Magic Mint. HEX triplet: B2, F8 and D5. RGB value is (178,248,213). Sum of RGB (Red+Green+Blue) = 178+248+213=639 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.86% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F8D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F8D5 is #4D072A. Grayscale: #DFDFDF. Windows color (decimal): -5048107 or 14022834. OLE color: 14022834.
HSL color Cylindrical-coordinate representation of color #B2F8D5: hue angle of 150º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F8D5 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 213 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.03 |
| HSL | 150º | 0.83% | 0.84% | - |
| HSV(B) | 150º | 0.28% | 0.97% | - |
| XYZ | 63.94 | 81.4 | 75.29 | - |
| YUV | 223.08 | 122.31 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 213 | 0.28 | 0 | 0.14 | 0.03 | 150 | 0.83 | 0.84 |
| Hex | B2 | F8 | D5 | 1C | 0 | E | 3 | 96 | 53 | 54 |
| Octal | 262 | 370 | 325 | 34 | 0 | 16 | 3 | 226 | 123 | 124 |
| Binary | 10110010 | 11111000 | 11010101 | 11100 | 0 | 1110 | 11 | 10010110 | 1010011 | 1010100 |
Color Harmonies of #B2F8D5
Complementary color
Monochromatic Colors of #B2F8D5
Black with #B2F8D5
Text Example
Text Example
White with #B2F8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F8D5; }
p { color: rgb(178,248,213); }
H1.HeaderClassName
{
color: #B2F8D5;
}
.AnyTagClassName
{
color: #B2F8D5;
}
</style>
background-color css
<style>
a { background-color: #B2F8D5; }
a { background-color: rgb(178,248,213); }
div.DivClassName
{
background-color: #B2F8D5;
}
.BgClassName
{
background-color: #B2F8D5;
}
</style>
border-color css
<style>
span { border-color: #B2F8D5; }
span { border-color: rgb(178,248,213); }
td.TdClassName
{
border-color: #B2F8D5;
}
.TagClassName
{
border-color: #B2F8D5;
}
</style>