Shades of Magic Mint #B5FCD8
Tints of Magic Mint #B5FCD8
RGB
CMYK
RGB Variations
Color information
#B5FCD8 (or 0xB5FCD8) is known color: Magic Mint. HEX triplet: B5, FC and D8. RGB value is (181,252,216). Sum of RGB (Red+Green+Blue) = 181+252+216=649 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.89% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 216 (84.77% from 255 or 33.28% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FCD8 is #4A0327. Grayscale: #E2E2E2. Windows color (decimal): -4850472 or 14220469. OLE color: 14220469.
HSL color Cylindrical-coordinate representation of color #B5FCD8: hue angle of 149.58º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FCD8 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 252 | 216 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.01 |
| HSL | 149.58º | 0.92% | 0.85% | - |
| HSV(B) | 149.58º | 0.28% | 0.99% | - |
| XYZ | 66.26 | 84.4 | 77.76 | - |
| YUV | 226.67 | 121.98 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 252 | 216 | 0.28 | 0 | 0.14 | 0.01 | 149.58 | 0.92 | 0.85 |
| Hex | B5 | FC | D8 | 1C | 0 | E | 1 | 96 | 5C | 55 |
| Octal | 265 | 374 | 330 | 34 | 0 | 16 | 1 | 226 | 134 | 125 |
| Binary | 10110101 | 11111100 | 11011000 | 11100 | 0 | 1110 | 1 | 10010110 | 1011100 | 1010101 |
Color Harmonies of #B5FCD8
Complementary color
Monochromatic Colors of #B5FCD8
Black with #B5FCD8
Text Example
Text Example
White with #B5FCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FCD8; }
p { color: rgb(181,252,216); }
H1.HeaderClassName
{
color: #B5FCD8;
}
.AnyTagClassName
{
color: #B5FCD8;
}
</style>
background-color css
<style>
a { background-color: #B5FCD8; }
a { background-color: rgb(181,252,216); }
div.DivClassName
{
background-color: #B5FCD8;
}
.BgClassName
{
background-color: #B5FCD8;
}
</style>
border-color css
<style>
span { border-color: #B5FCD8; }
span { border-color: rgb(181,252,216); }
td.TdClassName
{
border-color: #B5FCD8;
}
.TagClassName
{
border-color: #B5FCD8;
}
</style>