Shades of Magic Mint #B8FDD7
Tints of Magic Mint #B8FDD7
RGB
CMYK
RGB Variations
Color information
#B8FDD7 (or 0xB8FDD7) is known color: Magic Mint. HEX triplet: B8, FD and D7. RGB value is (184,253,215). Sum of RGB (Red+Green+Blue) = 184+253+215=652 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.22% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 215 (84.38% from 255 or 32.98% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FDD7 is #470228. Grayscale: #E4E4E4. Windows color (decimal): -4653609 or 14155192. OLE color: 14155192.
HSL color Cylindrical-coordinate representation of color #B8FDD7: hue angle of 146.96º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FDD7 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 253 | 215 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.01 |
| HSL | 146.96º | 0.95% | 0.86% | - |
| HSV(B) | 146.96º | 0.27% | 0.99% | - |
| XYZ | 67.16 | 85.35 | 77.22 | - |
| YUV | 228.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 253 | 215 | 0.27 | 0 | 0.15 | 0.01 | 146.96 | 0.95 | 0.86 |
| Hex | B8 | FD | D7 | 1B | 0 | F | 1 | 93 | 5F | 56 |
| Octal | 270 | 375 | 327 | 33 | 0 | 17 | 1 | 223 | 137 | 126 |
| Binary | 10111000 | 11111101 | 11010111 | 11011 | 0 | 1111 | 1 | 10010011 | 1011111 | 1010110 |
Color Harmonies of #B8FDD7
Complementary color
Monochromatic Colors of #B8FDD7
Black with #B8FDD7
Text Example
Text Example
White with #B8FDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FDD7; }
p { color: rgb(184,253,215); }
H1.HeaderClassName
{
color: #B8FDD7;
}
.AnyTagClassName
{
color: #B8FDD7;
}
</style>
background-color css
<style>
a { background-color: #B8FDD7; }
a { background-color: rgb(184,253,215); }
div.DivClassName
{
background-color: #B8FDD7;
}
.BgClassName
{
background-color: #B8FDD7;
}
</style>
border-color css
<style>
span { border-color: #B8FDD7; }
span { border-color: rgb(184,253,215); }
td.TdClassName
{
border-color: #B8FDD7;
}
.TagClassName
{
border-color: #B8FDD7;
}
</style>