Shades of Magic Mint #B1F4D2
Tints of Magic Mint #B1F4D2
RGB
CMYK
RGB Variations
Color information
#B1F4D2 (or 0xB1F4D2) is known color: Magic Mint. HEX triplet: B1, F4 and D2. RGB value is (177,244,210). Sum of RGB (Red+Green+Blue) = 177+244+210=631 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.05% from 631); Green value is 244 (95.70% from 255 or 38.67% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F4D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F4D2 is #4E0B2D. Grayscale: #DCDCDC. Windows color (decimal): -5114670 or 13825201. OLE color: 13825201.
HSL color Cylindrical-coordinate representation of color #B1F4D2: hue angle of 149.55º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F4D2 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 244 | 210 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.04 |
| HSL | 149.55º | 0.75% | 0.83% | - |
| HSV(B) | 149.55º | 0.27% | 0.96% | - |
| XYZ | 62.12 | 78.7 | 72.89 | - |
| YUV | 220.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 244 | 210 | 0.27 | 0 | 0.14 | 0.04 | 149.55 | 0.75 | 0.83 |
| Hex | B1 | F4 | D2 | 1B | 0 | E | 4 | 96 | 4B | 53 |
| Octal | 261 | 364 | 322 | 33 | 0 | 16 | 4 | 226 | 113 | 123 |
| Binary | 10110001 | 11110100 | 11010010 | 11011 | 0 | 1110 | 100 | 10010110 | 1001011 | 1010011 |
Color Harmonies of #B1F4D2
Complementary color
Monochromatic Colors of #B1F4D2
Black with #B1F4D2
Text Example
Text Example
White with #B1F4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F4D2; }
p { color: rgb(177,244,210); }
H1.HeaderClassName
{
color: #B1F4D2;
}
.AnyTagClassName
{
color: #B1F4D2;
}
</style>
background-color css
<style>
a { background-color: #B1F4D2; }
a { background-color: rgb(177,244,210); }
div.DivClassName
{
background-color: #B1F4D2;
}
.BgClassName
{
background-color: #B1F4D2;
}
</style>
border-color css
<style>
span { border-color: #B1F4D2; }
span { border-color: rgb(177,244,210); }
td.TdClassName
{
border-color: #B1F4D2;
}
.TagClassName
{
border-color: #B1F4D2;
}
</style>