Shades of Magic Mint #B5FFDD
Tints of Magic Mint #B5FFDD
RGB
CMYK
RGB Variations
Color information
#B5FFDD (or 0xB5FFDD) is known color: Magic Mint. HEX triplet: B5, FF and DD. RGB value is (181,255,221). Sum of RGB (Red+Green+Blue) = 181+255+221=657 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.55% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFDD is #4A0022. Grayscale: #E5E5E5. Windows color (decimal): -4849699 or 14548917. OLE color: 14548917.
HSL color Cylindrical-coordinate representation of color #B5FFDD: hue angle of 152.43º 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 #B5FFDD is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 221 | - |
| CMYK | 0.29 | 0 | 0.13 | 0 |
| HSL | 152.43º | 1% | 0.85% | - |
| HSV(B) | 152.43º | 0.29% | 1% | - |
| XYZ | 67.87 | 86.56 | 81.54 | - |
| YUV | 229 | 123.48 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 221 | 0.29 | 0 | 0.13 | 0 | 152.43 | 1 | 0.85 |
| Hex | B5 | FF | DD | 1D | 0 | D | 0 | 98 | 64 | 55 |
| Octal | 265 | 377 | 335 | 35 | 0 | 15 | 0 | 230 | 144 | 125 |
| Binary | 10110101 | 11111111 | 11011101 | 11101 | 0 | 1101 | 0 | 10011000 | 1100100 | 1010101 |
Color Harmonies of #B5FFDD
Complementary color
Monochromatic Colors of #B5FFDD
Black with #B5FFDD
Text Example
Text Example
White with #B5FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFDD; }
p { color: rgb(181,255,221); }
H1.HeaderClassName
{
color: #B5FFDD;
}
.AnyTagClassName
{
color: #B5FFDD;
}
</style>
background-color css
<style>
a { background-color: #B5FFDD; }
a { background-color: rgb(181,255,221); }
div.DivClassName
{
background-color: #B5FFDD;
}
.BgClassName
{
background-color: #B5FFDD;
}
</style>
border-color css
<style>
span { border-color: #B5FFDD; }
span { border-color: rgb(181,255,221); }
td.TdClassName
{
border-color: #B5FFDD;
}
.TagClassName
{
border-color: #B5FFDD;
}
</style>