Shades of Magic Mint #B2F8D2
Tints of Magic Mint #B2F8D2
RGB
CMYK
RGB Variations
Color information
#B2F8D2 (or 0xB2F8D2) is known color: Magic Mint. HEX triplet: B2, F8 and D2. RGB value is (178,248,210). Sum of RGB (Red+Green+Blue) = 178+248+210=636 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.99% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F8D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F8D2 is #4D072D. Grayscale: #DEDEDE. Windows color (decimal): -5048110 or 13826226. OLE color: 13826226.
HSL color Cylindrical-coordinate representation of color #B2F8D2: hue angle of 147.43º 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 #B2F8D2 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 210 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.03 |
| HSL | 147.43º | 0.83% | 0.84% | - |
| HSV(B) | 147.43º | 0.28% | 0.97% | - |
| XYZ | 63.56 | 81.25 | 73.31 | - |
| YUV | 222.74 | 120.81 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 210 | 0.28 | 0 | 0.15 | 0.03 | 147.43 | 0.83 | 0.84 |
| Hex | B2 | F8 | D2 | 1C | 0 | F | 3 | 93 | 53 | 54 |
| Octal | 262 | 370 | 322 | 34 | 0 | 17 | 3 | 223 | 123 | 124 |
| Binary | 10110010 | 11111000 | 11010010 | 11100 | 0 | 1111 | 11 | 10010011 | 1010011 | 1010100 |
Color Harmonies of #B2F8D2
Complementary color
Monochromatic Colors of #B2F8D2
Black with #B2F8D2
Text Example
Text Example
White with #B2F8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F8D2; }
p { color: rgb(178,248,210); }
H1.HeaderClassName
{
color: #B2F8D2;
}
.AnyTagClassName
{
color: #B2F8D2;
}
</style>
background-color css
<style>
a { background-color: #B2F8D2; }
a { background-color: rgb(178,248,210); }
div.DivClassName
{
background-color: #B2F8D2;
}
.BgClassName
{
background-color: #B2F8D2;
}
</style>
border-color css
<style>
span { border-color: #B2F8D2; }
span { border-color: rgb(178,248,210); }
td.TdClassName
{
border-color: #B2F8D2;
}
.TagClassName
{
border-color: #B2F8D2;
}
</style>