Shades of Magic Mint #B5FFDF
Tints of Magic Mint #B5FFDF
RGB
CMYK
RGB Variations
Color information
#B5FFDF (or 0xB5FFDF) is known color: Magic Mint. HEX triplet: B5, FF and DF. RGB value is (181,255,223). Sum of RGB (Red+Green+Blue) = 181+255+223=659 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.47% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFDF is #4A0020. Grayscale: #E5E5E5. Windows color (decimal): -4849697 or 14679989. OLE color: 14679989.
HSL color Cylindrical-coordinate representation of color #B5FFDF: hue angle of 154.05º 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 #B5FFDF is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 223 | - |
| CMYK | 0.29 | 0 | 0.13 | 0 |
| HSL | 154.05º | 1% | 0.85% | - |
| HSV(B) | 154.05º | 0.29% | 1% | - |
| XYZ | 68.14 | 86.67 | 82.95 | - |
| YUV | 229.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 223 | 0.29 | 0 | 0.13 | 0 | 154.05 | 1 | 0.85 |
| Hex | B5 | FF | DF | 1D | 0 | D | 0 | 9A | 64 | 55 |
| Octal | 265 | 377 | 337 | 35 | 0 | 15 | 0 | 232 | 144 | 125 |
| Binary | 10110101 | 11111111 | 11011111 | 11101 | 0 | 1101 | 0 | 10011010 | 1100100 | 1010101 |
Color Harmonies of #B5FFDF
Complementary color
Monochromatic Colors of #B5FFDF
Black with #B5FFDF
Text Example
Text Example
White with #B5FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFDF; }
p { color: rgb(181,255,223); }
H1.HeaderClassName
{
color: #B5FFDF;
}
.AnyTagClassName
{
color: #B5FFDF;
}
</style>
background-color css
<style>
a { background-color: #B5FFDF; }
a { background-color: rgb(181,255,223); }
div.DivClassName
{
background-color: #B5FFDF;
}
.BgClassName
{
background-color: #B5FFDF;
}
</style>
border-color css
<style>
span { border-color: #B5FFDF; }
span { border-color: rgb(181,255,223); }
td.TdClassName
{
border-color: #B5FFDF;
}
.TagClassName
{
border-color: #B5FFDF;
}
</style>