Shades of Magic Mint #B9FEDA
Tints of Magic Mint #B9FEDA
RGB
CMYK
RGB Variations
Color information
#B9FEDA (or 0xB9FEDA) is known color: Magic Mint. HEX triplet: B9, FE and DA. RGB value is (185,254,218). Sum of RGB (Red+Green+Blue) = 185+254+218=657 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.16% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FEDA is #460125. Grayscale: #E5E5E5. Windows color (decimal): -4587814 or 14352057. OLE color: 14352057.
HSL color Cylindrical-coordinate representation of color #B9FEDA: hue angle of 148.7º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FEDA is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 185 | 254 | 218 | - |
CMYK | 0.27 | 0 | 0.14 | 0.00 |
HSL | 148.7º | 0.97% | 0.86% | - |
HSV(B) | 148.7º | 0.27% | 1% | - |
XYZ | 68.1 | 86.26 | 79.39 | - |
YUV | 229.27 | 121.64 | 96.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 254 | 218 | 0.27 | 0 | 0.14 | 0.00 | 148.7 | 0.97 | 0.86 |
Hex | B9 | FE | DA | 1B | 0 | E | 0 | 95 | 61 | 56 |
Octal | 271 | 376 | 332 | 33 | 0 | 16 | 0 | 225 | 141 | 126 |
Binary | 10111001 | 11111110 | 11011010 | 11011 | 0 | 1110 | 0 | 10010101 | 1100001 | 1010110 |
Color Harmonies of #B9FEDA
Complementary color
Monochromatic Colors of #B9FEDA
Black with #B9FEDA
Text Example
Text Example
White with #B9FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FEDA; }
p { color: rgb(185,254,218); }
H1.HeaderClassName
{
color: #B9FEDA;
}
.AnyTagClassName
{
color: #B9FEDA;
}
</style>
background-color css
<style>
a { background-color: #B9FEDA; }
a { background-color: rgb(185,254,218); }
div.DivClassName
{
background-color: #B9FEDA;
}
.BgClassName
{
background-color: #B9FEDA;
}
</style>
border-color css
<style>
span { border-color: #B9FEDA; }
span { border-color: rgb(185,254,218); }
td.TdClassName
{
border-color: #B9FEDA;
}
.TagClassName
{
border-color: #B9FEDA;
}
</style>