Shades of Magic Mint #B7FFDF
Tints of Magic Mint #B7FFDF
RGB
CMYK
RGB Variations
Color information
#B7FFDF (or 0xB7FFDF) is known color: Magic Mint. HEX triplet: B7, FF and DF. RGB value is (183,255,223). Sum of RGB (Red+Green+Blue) = 183+255+223=661 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.69% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FFDF is #480020. Grayscale: #E5E5E5. Windows color (decimal): -4718625 or 14679991. OLE color: 14679991.
HSL color Cylindrical-coordinate representation of color #B7FFDF: hue angle of 153.33º 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 #B7FFDF is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 223 | - |
| CMYK | 0.28 | 0 | 0.13 | 0 |
| HSL | 153.33º | 1% | 0.86% | - |
| HSV(B) | 153.33º | 0.28% | 1% | - |
| XYZ | 68.61 | 86.91 | 82.97 | - |
| YUV | 229.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 223 | 0.28 | 0 | 0.13 | 0 | 153.33 | 1 | 0.86 |
| Hex | B7 | FF | DF | 1C | 0 | D | 0 | 99 | 64 | 56 |
| Octal | 267 | 377 | 337 | 34 | 0 | 15 | 0 | 231 | 144 | 126 |
| Binary | 10110111 | 11111111 | 11011111 | 11100 | 0 | 1101 | 0 | 10011001 | 1100100 | 1010110 |
Color Harmonies of #B7FFDF
Complementary color
Monochromatic Colors of #B7FFDF
Black with #B7FFDF
Text Example
Text Example
White with #B7FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FFDF; }
p { color: rgb(183,255,223); }
H1.HeaderClassName
{
color: #B7FFDF;
}
.AnyTagClassName
{
color: #B7FFDF;
}
</style>
background-color css
<style>
a { background-color: #B7FFDF; }
a { background-color: rgb(183,255,223); }
div.DivClassName
{
background-color: #B7FFDF;
}
.BgClassName
{
background-color: #B7FFDF;
}
</style>
border-color css
<style>
span { border-color: #B7FFDF; }
span { border-color: rgb(183,255,223); }
td.TdClassName
{
border-color: #B7FFDF;
}
.TagClassName
{
border-color: #B7FFDF;
}
</style>