Shades of Magic Mint #B8FADA
Tints of Magic Mint #B8FADA
RGB
CMYK
RGB Variations
Color information
#B8FADA (or 0xB8FADA) is known color: Magic Mint. HEX triplet: B8, FA and DA. RGB value is (184,250,218). Sum of RGB (Red+Green+Blue) = 184+250+218=652 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.22% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FADA is #470525. Grayscale: #E2E2E2. Windows color (decimal): -4654374 or 14351032. OLE color: 14351032.
HSL color Cylindrical-coordinate representation of color #B8FADA: hue angle of 150.91º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8FADA is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 218 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.02 |
| HSL | 150.91º | 0.87% | 0.85% | - |
| HSV(B) | 150.91º | 0.26% | 0.98% | - |
| XYZ | 66.61 | 83.62 | 78.96 | - |
| YUV | 226.62 | 123.13 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 218 | 0.26 | 0 | 0.13 | 0.02 | 150.91 | 0.87 | 0.85 |
| Hex | B8 | FA | DA | 1A | 0 | D | 2 | 97 | 57 | 55 |
| Octal | 270 | 372 | 332 | 32 | 0 | 15 | 2 | 227 | 127 | 125 |
| Binary | 10111000 | 11111010 | 11011010 | 11010 | 0 | 1101 | 10 | 10010111 | 1010111 | 1010101 |
Color Harmonies of #B8FADA
Complementary color
Monochromatic Colors of #B8FADA
Black with #B8FADA
Text Example
Text Example
White with #B8FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FADA; }
p { color: rgb(184,250,218); }
H1.HeaderClassName
{
color: #B8FADA;
}
.AnyTagClassName
{
color: #B8FADA;
}
</style>
background-color css
<style>
a { background-color: #B8FADA; }
a { background-color: rgb(184,250,218); }
div.DivClassName
{
background-color: #B8FADA;
}
.BgClassName
{
background-color: #B8FADA;
}
</style>
border-color css
<style>
span { border-color: #B8FADA; }
span { border-color: rgb(184,250,218); }
td.TdClassName
{
border-color: #B8FADA;
}
.TagClassName
{
border-color: #B8FADA;
}
</style>