Shades of Magic Mint #B9FED2
Tints of Magic Mint #B9FED2
RGB
CMYK
RGB Variations
Color information
#B9FED2 (or 0xB9FED2) is known color: Magic Mint. HEX triplet: B9, FE and D2. RGB value is (185,254,210). Sum of RGB (Red+Green+Blue) = 185+254+210=649 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.51% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FED2 is #46012D. Grayscale: #E4E4E4. Windows color (decimal): -4587822 or 13827769. OLE color: 13827769.
HSL color Cylindrical-coordinate representation of color #B9FED2: hue angle of 141.74º 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 #B9FED2 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 254 | 210 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.00 |
| HSL | 141.74º | 0.97% | 0.86% | - |
| HSV(B) | 141.74º | 0.27% | 1% | - |
| XYZ | 67.08 | 85.85 | 74.01 | - |
| YUV | 228.35 | 117.64 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 254 | 210 | 0.27 | 0 | 0.17 | 0.00 | 141.74 | 0.97 | 0.86 |
| Hex | B9 | FE | D2 | 1B | 0 | 11 | 0 | 8E | 61 | 56 |
| Octal | 271 | 376 | 322 | 33 | 0 | 21 | 0 | 216 | 141 | 126 |
| Binary | 10111001 | 11111110 | 11010010 | 11011 | 0 | 10001 | 0 | 10001110 | 1100001 | 1010110 |
Color Harmonies of #B9FED2
Complementary color
Monochromatic Colors of #B9FED2
Black with #B9FED2
Text Example
Text Example
White with #B9FED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FED2; }
p { color: rgb(185,254,210); }
H1.HeaderClassName
{
color: #B9FED2;
}
.AnyTagClassName
{
color: #B9FED2;
}
</style>
background-color css
<style>
a { background-color: #B9FED2; }
a { background-color: rgb(185,254,210); }
div.DivClassName
{
background-color: #B9FED2;
}
.BgClassName
{
background-color: #B9FED2;
}
</style>
border-color css
<style>
span { border-color: #B9FED2; }
span { border-color: rgb(185,254,210); }
td.TdClassName
{
border-color: #B9FED2;
}
.TagClassName
{
border-color: #B9FED2;
}
</style>