Shades of Magic Mint #B5FFDE
Tints of Magic Mint #B5FFDE
RGB
CMYK
RGB Variations
Color information
#B5FFDE (or 0xB5FFDE) is known color: Magic Mint. HEX triplet: B5, FF and DE. RGB value is (181,255,222). Sum of RGB (Red+Green+Blue) = 181+255+222=658 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.51% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFDE is #4A0021. Grayscale: #E5E5E5. Windows color (decimal): -4849698 or 14614453. OLE color: 14614453.
HSL color Cylindrical-coordinate representation of color #B5FFDE: hue angle of 153.24º 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 #B5FFDE is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 222 | - |
| CMYK | 0.29 | 0 | 0.13 | 0 |
| HSL | 153.24º | 1% | 0.85% | - |
| HSV(B) | 153.24º | 0.29% | 1% | - |
| XYZ | 68 | 86.62 | 82.24 | - |
| YUV | 229.11 | 123.98 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 222 | 0.29 | 0 | 0.13 | 0 | 153.24 | 1 | 0.85 |
| Hex | B5 | FF | DE | 1D | 0 | D | 0 | 99 | 64 | 55 |
| Octal | 265 | 377 | 336 | 35 | 0 | 15 | 0 | 231 | 144 | 125 |
| Binary | 10110101 | 11111111 | 11011110 | 11101 | 0 | 1101 | 0 | 10011001 | 1100100 | 1010101 |
Color Harmonies of #B5FFDE
Complementary color
Monochromatic Colors of #B5FFDE
Black with #B5FFDE
Text Example
Text Example
White with #B5FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFDE; }
p { color: rgb(181,255,222); }
H1.HeaderClassName
{
color: #B5FFDE;
}
.AnyTagClassName
{
color: #B5FFDE;
}
</style>
background-color css
<style>
a { background-color: #B5FFDE; }
a { background-color: rgb(181,255,222); }
div.DivClassName
{
background-color: #B5FFDE;
}
.BgClassName
{
background-color: #B5FFDE;
}
</style>
border-color css
<style>
span { border-color: #B5FFDE; }
span { border-color: rgb(181,255,222); }
td.TdClassName
{
border-color: #B5FFDE;
}
.TagClassName
{
border-color: #B5FFDE;
}
</style>