Shades of Magic Mint #B4FFDE
Tints of Magic Mint #B4FFDE
RGB
CMYK
RGB Variations
Color information
#B4FFDE (or 0xB4FFDE) is known color: Magic Mint. HEX triplet: B4, FF and DE. RGB value is (180,255,222). Sum of RGB (Red+Green+Blue) = 180+255+222=657 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.40% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFDE is #4B0021. Grayscale: #E4E4E4. Windows color (decimal): -4915234 or 14614452. OLE color: 14614452.
HSL color Cylindrical-coordinate representation of color #B4FFDE: hue angle of 153.6º 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 #B4FFDE is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 222 | - |
| CMYK | 0.29 | 0 | 0.13 | 0 |
| HSL | 153.6º | 1% | 0.85% | - |
| HSV(B) | 153.6º | 0.29% | 1% | - |
| XYZ | 67.77 | 86.5 | 82.23 | - |
| YUV | 228.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 222 | 0.29 | 0 | 0.13 | 0 | 153.6 | 1 | 0.85 |
| Hex | B4 | FF | DE | 1D | 0 | D | 0 | 9A | 64 | 55 |
| Octal | 264 | 377 | 336 | 35 | 0 | 15 | 0 | 232 | 144 | 125 |
| Binary | 10110100 | 11111111 | 11011110 | 11101 | 0 | 1101 | 0 | 10011010 | 1100100 | 1010101 |
Color Harmonies of #B4FFDE
Complementary color
Monochromatic Colors of #B4FFDE
Black with #B4FFDE
Text Example
Text Example
White with #B4FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FFDE; }
p { color: rgb(180,255,222); }
H1.HeaderClassName
{
color: #B4FFDE;
}
.AnyTagClassName
{
color: #B4FFDE;
}
</style>
background-color css
<style>
a { background-color: #B4FFDE; }
a { background-color: rgb(180,255,222); }
div.DivClassName
{
background-color: #B4FFDE;
}
.BgClassName
{
background-color: #B4FFDE;
}
</style>
border-color css
<style>
span { border-color: #B4FFDE; }
span { border-color: rgb(180,255,222); }
td.TdClassName
{
border-color: #B4FFDE;
}
.TagClassName
{
border-color: #B4FFDE;
}
</style>