Shades of Magic Mint #B5FFD7
Tints of Magic Mint #B5FFD7
RGB
CMYK
RGB Variations
Color information
#B5FFD7 (or 0xB5FFD7) is known color: Magic Mint. HEX triplet: B5, FF and D7. RGB value is (181,255,215). Sum of RGB (Red+Green+Blue) = 181+255+215=651 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.80% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFD7 is #4A0028. Grayscale: #E4E4E4. Windows color (decimal): -4849705 or 14155701. OLE color: 14155701.
HSL color Cylindrical-coordinate representation of color #B5FFD7: hue angle of 147.57º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FFD7 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 215 | - |
| CMYK | 0.29 | 0 | 0.16 | 0 |
| HSL | 147.57º | 1% | 0.85% | - |
| HSV(B) | 147.57º | 0.29% | 1% | - |
| XYZ | 67.08 | 86.25 | 77.4 | - |
| YUV | 228.31 | 120.48 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 215 | 0.29 | 0 | 0.16 | 0 | 147.57 | 1 | 0.85 |
| Hex | B5 | FF | D7 | 1D | 0 | 10 | 0 | 94 | 64 | 55 |
| Octal | 265 | 377 | 327 | 35 | 0 | 20 | 0 | 224 | 144 | 125 |
| Binary | 10110101 | 11111111 | 11010111 | 11101 | 0 | 10000 | 0 | 10010100 | 1100100 | 1010101 |
Color Harmonies of #B5FFD7
Complementary color
Monochromatic Colors of #B5FFD7
Black with #B5FFD7
Text Example
Text Example
White with #B5FFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFD7; }
p { color: rgb(181,255,215); }
H1.HeaderClassName
{
color: #B5FFD7;
}
.AnyTagClassName
{
color: #B5FFD7;
}
</style>
background-color css
<style>
a { background-color: #B5FFD7; }
a { background-color: rgb(181,255,215); }
div.DivClassName
{
background-color: #B5FFD7;
}
.BgClassName
{
background-color: #B5FFD7;
}
</style>
border-color css
<style>
span { border-color: #B5FFD7; }
span { border-color: rgb(181,255,215); }
td.TdClassName
{
border-color: #B5FFD7;
}
.TagClassName
{
border-color: #B5FFD7;
}
</style>