Shades of Magic Mint #B6FADB
Tints of Magic Mint #B6FADB
RGB
CMYK
RGB Variations
Color information
#B6FADB (or 0xB6FADB) is known color: Magic Mint. HEX triplet: B6, FA and DB. RGB value is (182,250,219). Sum of RGB (Red+Green+Blue) = 182+250+219=651 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.96% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FADB is #490524. Grayscale: #E2E2E2. Windows color (decimal): -4785445 or 14416566. OLE color: 14416566.
HSL color Cylindrical-coordinate representation of color #B6FADB: hue angle of 152.65º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6FADB is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 250 | 219 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.02 |
| HSL | 152.65º | 0.87% | 0.85% | - |
| HSV(B) | 152.65º | 0.27% | 0.98% | - |
| XYZ | 66.26 | 83.43 | 79.63 | - |
| YUV | 226.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 250 | 219 | 0.27 | 0 | 0.12 | 0.02 | 152.65 | 0.87 | 0.85 |
| Hex | B6 | FA | DB | 1B | 0 | C | 2 | 99 | 57 | 55 |
| Octal | 266 | 372 | 333 | 33 | 0 | 14 | 2 | 231 | 127 | 125 |
| Binary | 10110110 | 11111010 | 11011011 | 11011 | 0 | 1100 | 10 | 10011001 | 1010111 | 1010101 |
Color Harmonies of #B6FADB
Complementary color
Monochromatic Colors of #B6FADB
Black with #B6FADB
Text Example
Text Example
White with #B6FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FADB; }
p { color: rgb(182,250,219); }
H1.HeaderClassName
{
color: #B6FADB;
}
.AnyTagClassName
{
color: #B6FADB;
}
</style>
background-color css
<style>
a { background-color: #B6FADB; }
a { background-color: rgb(182,250,219); }
div.DivClassName
{
background-color: #B6FADB;
}
.BgClassName
{
background-color: #B6FADB;
}
</style>
border-color css
<style>
span { border-color: #B6FADB; }
span { border-color: rgb(182,250,219); }
td.TdClassName
{
border-color: #B6FADB;
}
.TagClassName
{
border-color: #B6FADB;
}
</style>