Shades of Magic Mint #B2FADA
Tints of Magic Mint #B2FADA
RGB
CMYK
RGB Variations
Color information
#B2FADA (or 0xB2FADA) is known color: Magic Mint. HEX triplet: B2, FA and DA. RGB value is (178,250,218). Sum of RGB (Red+Green+Blue) = 178+250+218=646 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.55% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FADA is #4D0525. Grayscale: #E0E0E0. Windows color (decimal): -5047590 or 14351026. OLE color: 14351026.
HSL color Cylindrical-coordinate representation of color #B2FADA: hue angle of 153.33º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FADA is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 218 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.02 |
| HSL | 153.33º | 0.88% | 0.84% | - |
| HSV(B) | 153.33º | 0.29% | 0.98% | - |
| XYZ | 65.2 | 82.9 | 78.89 | - |
| YUV | 224.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 218 | 0.29 | 0 | 0.13 | 0.02 | 153.33 | 0.88 | 0.84 |
| Hex | B2 | FA | DA | 1D | 0 | D | 2 | 99 | 58 | 54 |
| Octal | 262 | 372 | 332 | 35 | 0 | 15 | 2 | 231 | 130 | 124 |
| Binary | 10110010 | 11111010 | 11011010 | 11101 | 0 | 1101 | 10 | 10011001 | 1011000 | 1010100 |
Color Harmonies of #B2FADA
Complementary color
Monochromatic Colors of #B2FADA
Black with #B2FADA
Text Example
Text Example
White with #B2FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FADA; }
p { color: rgb(178,250,218); }
H1.HeaderClassName
{
color: #B2FADA;
}
.AnyTagClassName
{
color: #B2FADA;
}
</style>
background-color css
<style>
a { background-color: #B2FADA; }
a { background-color: rgb(178,250,218); }
div.DivClassName
{
background-color: #B2FADA;
}
.BgClassName
{
background-color: #B2FADA;
}
</style>
border-color css
<style>
span { border-color: #B2FADA; }
span { border-color: rgb(178,250,218); }
td.TdClassName
{
border-color: #B2FADA;
}
.TagClassName
{
border-color: #B2FADA;
}
</style>