Shades of Magic Mint #B6FFDE
Tints of Magic Mint #B6FFDE
RGB
CMYK
RGB Variations
Color information
#B6FFDE (or 0xB6FFDE) is known color: Magic Mint. HEX triplet: B6, FF and DE. RGB value is (182,255,222). Sum of RGB (Red+Green+Blue) = 182+255+222=659 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.62% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFDE is #490021. Grayscale: #E5E5E5. Windows color (decimal): -4784162 or 14614454. OLE color: 14614454.
HSL color Cylindrical-coordinate representation of color #B6FFDE: hue angle of 152.88º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FFDE is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 222 | - |
| CMYK | 0.29 | 0 | 0.13 | 0 |
| HSL | 152.88º | 1% | 0.86% | - |
| HSV(B) | 152.88º | 0.29% | 1% | - |
| XYZ | 68.24 | 86.74 | 82.25 | - |
| YUV | 229.41 | 123.82 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 222 | 0.29 | 0 | 0.13 | 0 | 152.88 | 1 | 0.86 |
| Hex | B6 | FF | DE | 1D | 0 | D | 0 | 99 | 64 | 56 |
| Octal | 266 | 377 | 336 | 35 | 0 | 15 | 0 | 231 | 144 | 126 |
| Binary | 10110110 | 11111111 | 11011110 | 11101 | 0 | 1101 | 0 | 10011001 | 1100100 | 1010110 |
Color Harmonies of #B6FFDE
Complementary color
Monochromatic Colors of #B6FFDE
Black with #B6FFDE
Text Example
Text Example
White with #B6FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFDE; }
p { color: rgb(182,255,222); }
H1.HeaderClassName
{
color: #B6FFDE;
}
.AnyTagClassName
{
color: #B6FFDE;
}
</style>
background-color css
<style>
a { background-color: #B6FFDE; }
a { background-color: rgb(182,255,222); }
div.DivClassName
{
background-color: #B6FFDE;
}
.BgClassName
{
background-color: #B6FFDE;
}
</style>
border-color css
<style>
span { border-color: #B6FFDE; }
span { border-color: rgb(182,255,222); }
td.TdClassName
{
border-color: #B6FFDE;
}
.TagClassName
{
border-color: #B6FFDE;
}
</style>