Shades of Magic Mint #B4FEDA
Tints of Magic Mint #B4FEDA
RGB
CMYK
RGB Variations
Color information
#B4FEDA (or 0xB4FEDA) is known color: Magic Mint. HEX triplet: B4, FE and DA. RGB value is (180,254,218). Sum of RGB (Red+Green+Blue) = 180+254+218=652 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.61% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FEDA is #4B0125. Grayscale: #E3E3E3. Windows color (decimal): -4915494 or 14352052. OLE color: 14352052.
HSL color Cylindrical-coordinate representation of color #B4FEDA: hue angle of 150.81º 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 #B4FEDA is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 254 | 218 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.00 |
| HSL | 150.81º | 0.97% | 0.85% | - |
| HSV(B) | 150.81º | 0.29% | 1% | - |
| XYZ | 66.92 | 85.65 | 79.33 | - |
| YUV | 227.77 | 122.48 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 254 | 218 | 0.29 | 0 | 0.14 | 0.00 | 150.81 | 0.97 | 0.85 |
| Hex | B4 | FE | DA | 1D | 0 | E | 0 | 97 | 61 | 55 |
| Octal | 264 | 376 | 332 | 35 | 0 | 16 | 0 | 227 | 141 | 125 |
| Binary | 10110100 | 11111110 | 11011010 | 11101 | 0 | 1110 | 0 | 10010111 | 1100001 | 1010101 |
Color Harmonies of #B4FEDA
Complementary color
Monochromatic Colors of #B4FEDA
Black with #B4FEDA
Text Example
Text Example
White with #B4FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FEDA; }
p { color: rgb(180,254,218); }
H1.HeaderClassName
{
color: #B4FEDA;
}
.AnyTagClassName
{
color: #B4FEDA;
}
</style>
background-color css
<style>
a { background-color: #B4FEDA; }
a { background-color: rgb(180,254,218); }
div.DivClassName
{
background-color: #B4FEDA;
}
.BgClassName
{
background-color: #B4FEDA;
}
</style>
border-color css
<style>
span { border-color: #B4FEDA; }
span { border-color: rgb(180,254,218); }
td.TdClassName
{
border-color: #B4FEDA;
}
.TagClassName
{
border-color: #B4FEDA;
}
</style>