Shades of Magic Mint #B4FEDD
Tints of Magic Mint #B4FEDD
RGB
CMYK
RGB Variations
Color information
#B4FEDD (or 0xB4FEDD) is known color: Magic Mint. HEX triplet: B4, FE and DD. RGB value is (180,254,221). Sum of RGB (Red+Green+Blue) = 180+254+221=655 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.48% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FEDD is #4B0122. Grayscale: #E4E4E4. Windows color (decimal): -4915491 or 14548660. OLE color: 14548660.
HSL color Cylindrical-coordinate representation of color #B4FEDD: hue angle of 153.24º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FEDD is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 254 | 221 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.00 |
| HSL | 153.24º | 0.97% | 0.85% | - |
| HSV(B) | 153.24º | 0.29% | 1% | - |
| XYZ | 67.32 | 85.81 | 81.42 | - |
| YUV | 228.11 | 123.98 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 254 | 221 | 0.29 | 0 | 0.13 | 0.00 | 153.24 | 0.97 | 0.85 |
| Hex | B4 | FE | DD | 1D | 0 | D | 0 | 99 | 61 | 55 |
| Octal | 264 | 376 | 335 | 35 | 0 | 15 | 0 | 231 | 141 | 125 |
| Binary | 10110100 | 11111110 | 11011101 | 11101 | 0 | 1101 | 0 | 10011001 | 1100001 | 1010101 |
Color Harmonies of #B4FEDD
Complementary color
Monochromatic Colors of #B4FEDD
Black with #B4FEDD
Text Example
Text Example
White with #B4FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FEDD; }
p { color: rgb(180,254,221); }
H1.HeaderClassName
{
color: #B4FEDD;
}
.AnyTagClassName
{
color: #B4FEDD;
}
</style>
background-color css
<style>
a { background-color: #B4FEDD; }
a { background-color: rgb(180,254,221); }
div.DivClassName
{
background-color: #B4FEDD;
}
.BgClassName
{
background-color: #B4FEDD;
}
</style>
border-color css
<style>
span { border-color: #B4FEDD; }
span { border-color: rgb(180,254,221); }
td.TdClassName
{
border-color: #B4FEDD;
}
.TagClassName
{
border-color: #B4FEDD;
}
</style>