Shades of Magic Mint #B8FFD2
Tints of Magic Mint #B8FFD2
RGB
CMYK
RGB Variations
Color information
#B8FFD2 (or 0xB8FFD2) is known color: Magic Mint. HEX triplet: B8, FF and D2. RGB value is (184,255,210). Sum of RGB (Red+Green+Blue) = 184+255+210=649 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.35% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFD2 is #47002D. Grayscale: #E4E4E4. Windows color (decimal): -4653102 or 13828024. OLE color: 13828024.
HSL color Cylindrical-coordinate representation of color #B8FFD2: hue angle of 141.97º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FFD2 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 210 | - |
| CMYK | 0.28 | 0 | 0.18 | 0 |
| HSL | 141.97º | 1% | 0.86% | - |
| HSV(B) | 141.97º | 0.28% | 1% | - |
| XYZ | 67.16 | 86.36 | 74.1 | - |
| YUV | 228.64 | 117.48 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 210 | 0.28 | 0 | 0.18 | 0 | 141.97 | 1 | 0.86 |
| Hex | B8 | FF | D2 | 1C | 0 | 12 | 0 | 8E | 64 | 56 |
| Octal | 270 | 377 | 322 | 34 | 0 | 22 | 0 | 216 | 144 | 126 |
| Binary | 10111000 | 11111111 | 11010010 | 11100 | 0 | 10010 | 0 | 10001110 | 1100100 | 1010110 |
Color Harmonies of #B8FFD2
Complementary color
Monochromatic Colors of #B8FFD2
Black with #B8FFD2
Text Example
Text Example
White with #B8FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FFD2; }
p { color: rgb(184,255,210); }
H1.HeaderClassName
{
color: #B8FFD2;
}
.AnyTagClassName
{
color: #B8FFD2;
}
</style>
background-color css
<style>
a { background-color: #B8FFD2; }
a { background-color: rgb(184,255,210); }
div.DivClassName
{
background-color: #B8FFD2;
}
.BgClassName
{
background-color: #B8FFD2;
}
</style>
border-color css
<style>
span { border-color: #B8FFD2; }
span { border-color: rgb(184,255,210); }
td.TdClassName
{
border-color: #B8FFD2;
}
.TagClassName
{
border-color: #B8FFD2;
}
</style>