Shades of Magic Mint #B1FDDF
Tints of Magic Mint #B1FDDF
RGB
CMYK
RGB Variations
Color information
#B1FDDF (or 0xB1FDDF) is known color: Magic Mint. HEX triplet: B1, FD and DF. RGB value is (177,253,223). Sum of RGB (Red+Green+Blue) = 177+253+223=653 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.11% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FDDF is #4E0220. Grayscale: #E2E2E2. Windows color (decimal): -5112353 or 14679473. OLE color: 14679473.
HSL color Cylindrical-coordinate representation of color #B1FDDF: hue angle of 156.32º 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 #B1FDDF is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 253 | 223 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.01 |
| HSL | 156.32º | 0.95% | 0.84% | - |
| HSV(B) | 156.32º | 0.3% | 0.99% | - |
| XYZ | 66.58 | 84.93 | 82.7 | - |
| YUV | 226.86 | 125.82 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 253 | 223 | 0.30 | 0 | 0.12 | 0.01 | 156.32 | 0.95 | 0.84 |
| Hex | B1 | FD | DF | 1E | 0 | C | 1 | 9C | 5F | 54 |
| Octal | 261 | 375 | 337 | 36 | 0 | 14 | 1 | 234 | 137 | 124 |
| Binary | 10110001 | 11111101 | 11011111 | 11110 | 0 | 1100 | 1 | 10011100 | 1011111 | 1010100 |
Color Harmonies of #B1FDDF
Complementary color
Monochromatic Colors of #B1FDDF
Black with #B1FDDF
Text Example
Text Example
White with #B1FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FDDF; }
p { color: rgb(177,253,223); }
H1.HeaderClassName
{
color: #B1FDDF;
}
.AnyTagClassName
{
color: #B1FDDF;
}
</style>
background-color css
<style>
a { background-color: #B1FDDF; }
a { background-color: rgb(177,253,223); }
div.DivClassName
{
background-color: #B1FDDF;
}
.BgClassName
{
background-color: #B1FDDF;
}
</style>
border-color css
<style>
span { border-color: #B1FDDF; }
span { border-color: rgb(177,253,223); }
td.TdClassName
{
border-color: #B1FDDF;
}
.TagClassName
{
border-color: #B1FDDF;
}
</style>