Shades of Magic Mint #B7FFD2
Tints of Magic Mint #B7FFD2
RGB
CMYK
RGB Variations
Color information
#B7FFD2 (or 0xB7FFD2) is known color: Magic Mint. HEX triplet: B7, FF and D2. RGB value is (183,255,210). Sum of RGB (Red+Green+Blue) = 183+255+210=648 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.24% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FFD2 is #48002D. Grayscale: #E4E4E4. Windows color (decimal): -4718638 or 13828023. OLE color: 13828023.
HSL color Cylindrical-coordinate representation of color #B7FFD2: hue angle of 142.5º 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 #B7FFD2 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 210 | - |
| CMYK | 0.28 | 0 | 0.18 | 0 |
| HSL | 142.5º | 1% | 0.86% | - |
| HSV(B) | 142.5º | 0.28% | 1% | - |
| XYZ | 66.92 | 86.24 | 74.09 | - |
| YUV | 228.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 210 | 0.28 | 0 | 0.18 | 0 | 142.5 | 1 | 0.86 |
| Hex | B7 | FF | D2 | 1C | 0 | 12 | 0 | 8E | 64 | 56 |
| Octal | 267 | 377 | 322 | 34 | 0 | 22 | 0 | 216 | 144 | 126 |
| Binary | 10110111 | 11111111 | 11010010 | 11100 | 0 | 10010 | 0 | 10001110 | 1100100 | 1010110 |
Color Harmonies of #B7FFD2
Complementary color
Monochromatic Colors of #B7FFD2
Black with #B7FFD2
Text Example
Text Example
White with #B7FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FFD2; }
p { color: rgb(183,255,210); }
H1.HeaderClassName
{
color: #B7FFD2;
}
.AnyTagClassName
{
color: #B7FFD2;
}
</style>
background-color css
<style>
a { background-color: #B7FFD2; }
a { background-color: rgb(183,255,210); }
div.DivClassName
{
background-color: #B7FFD2;
}
.BgClassName
{
background-color: #B7FFD2;
}
</style>
border-color css
<style>
span { border-color: #B7FFD2; }
span { border-color: rgb(183,255,210); }
td.TdClassName
{
border-color: #B7FFD2;
}
.TagClassName
{
border-color: #B7FFD2;
}
</style>