Shades of Magic Mint #B1FDDA
Tints of Magic Mint #B1FDDA
RGB
CMYK
RGB Variations
Color information
#B1FDDA (or 0xB1FDDA) is known color: Magic Mint. HEX triplet: B1, FD and DA. RGB value is (177,253,218). Sum of RGB (Red+Green+Blue) = 177+253+218=648 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.31% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FDDA is #4E0225. Grayscale: #E2E2E2. Windows color (decimal): -5112358 or 14351793. OLE color: 14351793.
HSL color Cylindrical-coordinate representation of color #B1FDDA: hue angle of 152.37º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FDDA is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 253 | 218 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.01 |
| HSL | 152.37º | 0.95% | 0.84% | - |
| HSV(B) | 152.37º | 0.3% | 0.99% | - |
| XYZ | 65.91 | 84.66 | 79.2 | - |
| YUV | 226.29 | 123.32 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 253 | 218 | 0.30 | 0 | 0.14 | 0.01 | 152.37 | 0.95 | 0.84 |
| Hex | B1 | FD | DA | 1E | 0 | E | 1 | 98 | 5F | 54 |
| Octal | 261 | 375 | 332 | 36 | 0 | 16 | 1 | 230 | 137 | 124 |
| Binary | 10110001 | 11111101 | 11011010 | 11110 | 0 | 1110 | 1 | 10011000 | 1011111 | 1010100 |
Color Harmonies of #B1FDDA
Complementary color
Monochromatic Colors of #B1FDDA
Black with #B1FDDA
Text Example
Text Example
White with #B1FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FDDA; }
p { color: rgb(177,253,218); }
H1.HeaderClassName
{
color: #B1FDDA;
}
.AnyTagClassName
{
color: #B1FDDA;
}
</style>
background-color css
<style>
a { background-color: #B1FDDA; }
a { background-color: rgb(177,253,218); }
div.DivClassName
{
background-color: #B1FDDA;
}
.BgClassName
{
background-color: #B1FDDA;
}
</style>
border-color css
<style>
span { border-color: #B1FDDA; }
span { border-color: rgb(177,253,218); }
td.TdClassName
{
border-color: #B1FDDA;
}
.TagClassName
{
border-color: #B1FDDA;
}
</style>