Shades of Magic Mint #B6FFDA
Tints of Magic Mint #B6FFDA
RGB
CMYK
RGB Variations
Color information
#B6FFDA (or 0xB6FFDA) is known color: Magic Mint. HEX triplet: B6, FF and DA. RGB value is (182,255,218). Sum of RGB (Red+Green+Blue) = 182+255+218=655 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.79% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFDA is #490025. Grayscale: #E5E5E5. Windows color (decimal): -4784166 or 14352310. OLE color: 14352310.
HSL color Cylindrical-coordinate representation of color #B6FFDA: hue angle of 149.59º 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 #B6FFDA is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 218 | - |
| CMYK | 0.29 | 0 | 0.15 | 0 |
| HSL | 149.59º | 1% | 0.86% | - |
| HSV(B) | 149.59º | 0.29% | 1% | - |
| XYZ | 67.71 | 86.53 | 79.46 | - |
| YUV | 228.96 | 121.82 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 218 | 0.29 | 0 | 0.15 | 0 | 149.59 | 1 | 0.86 |
| Hex | B6 | FF | DA | 1D | 0 | F | 0 | 96 | 64 | 56 |
| Octal | 266 | 377 | 332 | 35 | 0 | 17 | 0 | 226 | 144 | 126 |
| Binary | 10110110 | 11111111 | 11011010 | 11101 | 0 | 1111 | 0 | 10010110 | 1100100 | 1010110 |
Color Harmonies of #B6FFDA
Complementary color
Monochromatic Colors of #B6FFDA
Black with #B6FFDA
Text Example
Text Example
White with #B6FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFDA; }
p { color: rgb(182,255,218); }
H1.HeaderClassName
{
color: #B6FFDA;
}
.AnyTagClassName
{
color: #B6FFDA;
}
</style>
background-color css
<style>
a { background-color: #B6FFDA; }
a { background-color: rgb(182,255,218); }
div.DivClassName
{
background-color: #B6FFDA;
}
.BgClassName
{
background-color: #B6FFDA;
}
</style>
border-color css
<style>
span { border-color: #B6FFDA; }
span { border-color: rgb(182,255,218); }
td.TdClassName
{
border-color: #B6FFDA;
}
.TagClassName
{
border-color: #B6FFDA;
}
</style>