Shades of Magic Mint #B8FADB
Tints of Magic Mint #B8FADB
RGB
CMYK
RGB Variations
Color information
#B8FADB (or 0xB8FADB) is known color: Magic Mint. HEX triplet: B8, FA and DB. RGB value is (184,250,219). Sum of RGB (Red+Green+Blue) = 184+250+219=653 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.18% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FADB is #470524. Grayscale: #E2E2E2. Windows color (decimal): -4654373 or 14416568. OLE color: 14416568.
HSL color Cylindrical-coordinate representation of color #B8FADB: hue angle of 151.82º 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 #B8FADB is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 219 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.02 |
| HSL | 151.82º | 0.87% | 0.85% | - |
| HSV(B) | 151.82º | 0.26% | 0.98% | - |
| XYZ | 66.74 | 83.68 | 79.65 | - |
| YUV | 226.73 | 123.63 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 219 | 0.26 | 0 | 0.12 | 0.02 | 151.82 | 0.87 | 0.85 |
| Hex | B8 | FA | DB | 1A | 0 | C | 2 | 98 | 57 | 55 |
| Octal | 270 | 372 | 333 | 32 | 0 | 14 | 2 | 230 | 127 | 125 |
| Binary | 10111000 | 11111010 | 11011011 | 11010 | 0 | 1100 | 10 | 10011000 | 1010111 | 1010101 |
Color Harmonies of #B8FADB
Complementary color
Monochromatic Colors of #B8FADB
Black with #B8FADB
Text Example
Text Example
White with #B8FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FADB; }
p { color: rgb(184,250,219); }
H1.HeaderClassName
{
color: #B8FADB;
}
.AnyTagClassName
{
color: #B8FADB;
}
</style>
background-color css
<style>
a { background-color: #B8FADB; }
a { background-color: rgb(184,250,219); }
div.DivClassName
{
background-color: #B8FADB;
}
.BgClassName
{
background-color: #B8FADB;
}
</style>
border-color css
<style>
span { border-color: #B8FADB; }
span { border-color: rgb(184,250,219); }
td.TdClassName
{
border-color: #B8FADB;
}
.TagClassName
{
border-color: #B8FADB;
}
</style>