Shades of Magic Mint #B7FFDA
Tints of Magic Mint #B7FFDA
RGB
CMYK
RGB Variations
Color information
#B7FFDA (or 0xB7FFDA) is known color: Magic Mint. HEX triplet: B7, FF and DA. RGB value is (183,255,218). Sum of RGB (Red+Green+Blue) = 183+255+218=656 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.90% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FFDA is #480025. Grayscale: #E5E5E5. Windows color (decimal): -4718630 or 14352311. OLE color: 14352311.
HSL color Cylindrical-coordinate representation of color #B7FFDA: hue angle of 149.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FFDA is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 218 | - |
| CMYK | 0.28 | 0 | 0.15 | 0 |
| HSL | 149.17º | 1% | 0.86% | - |
| HSV(B) | 149.17º | 0.28% | 1% | - |
| XYZ | 67.94 | 86.65 | 79.47 | - |
| YUV | 229.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 218 | 0.28 | 0 | 0.15 | 0 | 149.17 | 1 | 0.86 |
| Hex | B7 | FF | DA | 1C | 0 | F | 0 | 95 | 64 | 56 |
| Octal | 267 | 377 | 332 | 34 | 0 | 17 | 0 | 225 | 144 | 126 |
| Binary | 10110111 | 11111111 | 11011010 | 11100 | 0 | 1111 | 0 | 10010101 | 1100100 | 1010110 |
Color Harmonies of #B7FFDA
Complementary color
Monochromatic Colors of #B7FFDA
Black with #B7FFDA
Text Example
Text Example
White with #B7FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FFDA; }
p { color: rgb(183,255,218); }
H1.HeaderClassName
{
color: #B7FFDA;
}
.AnyTagClassName
{
color: #B7FFDA;
}
</style>
background-color css
<style>
a { background-color: #B7FFDA; }
a { background-color: rgb(183,255,218); }
div.DivClassName
{
background-color: #B7FFDA;
}
.BgClassName
{
background-color: #B7FFDA;
}
</style>
border-color css
<style>
span { border-color: #B7FFDA; }
span { border-color: rgb(183,255,218); }
td.TdClassName
{
border-color: #B7FFDA;
}
.TagClassName
{
border-color: #B7FFDA;
}
</style>