Shades of Magic Mint #B5FCD9
Tints of Magic Mint #B5FCD9
RGB
CMYK
RGB Variations
Color information
#B5FCD9 (or 0xB5FCD9) is known color: Magic Mint. HEX triplet: B5, FC and D9. RGB value is (181,252,217). Sum of RGB (Red+Green+Blue) = 181+252+217=650 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.85% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FCD9 is #4A0326. Grayscale: #E2E2E2. Windows color (decimal): -4850471 or 14286005. OLE color: 14286005.
HSL color Cylindrical-coordinate representation of color #B5FCD9: hue angle of 150.42º 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 #B5FCD9 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 252 | 217 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.01 |
| HSL | 150.42º | 0.92% | 0.85% | - |
| HSV(B) | 150.42º | 0.28% | 0.99% | - |
| XYZ | 66.39 | 84.45 | 78.45 | - |
| YUV | 226.78 | 122.48 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 252 | 217 | 0.28 | 0 | 0.14 | 0.01 | 150.42 | 0.92 | 0.85 |
| Hex | B5 | FC | D9 | 1C | 0 | E | 1 | 96 | 5C | 55 |
| Octal | 265 | 374 | 331 | 34 | 0 | 16 | 1 | 226 | 134 | 125 |
| Binary | 10110101 | 11111100 | 11011001 | 11100 | 0 | 1110 | 1 | 10010110 | 1011100 | 1010101 |
Color Harmonies of #B5FCD9
Complementary color
Monochromatic Colors of #B5FCD9
Black with #B5FCD9
Text Example
Text Example
White with #B5FCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FCD9; }
p { color: rgb(181,252,217); }
H1.HeaderClassName
{
color: #B5FCD9;
}
.AnyTagClassName
{
color: #B5FCD9;
}
</style>
background-color css
<style>
a { background-color: #B5FCD9; }
a { background-color: rgb(181,252,217); }
div.DivClassName
{
background-color: #B5FCD9;
}
.BgClassName
{
background-color: #B5FCD9;
}
</style>
border-color css
<style>
span { border-color: #B5FCD9; }
span { border-color: rgb(181,252,217); }
td.TdClassName
{
border-color: #B5FCD9;
}
.TagClassName
{
border-color: #B5FCD9;
}
</style>