Shades of Magic Mint #B8FDD9
Tints of Magic Mint #B8FDD9
RGB
CMYK
RGB Variations
Color information
#B8FDD9 (or 0xB8FDD9) is known color: Magic Mint. HEX triplet: B8, FD and D9. RGB value is (184,253,217). Sum of RGB (Red+Green+Blue) = 184+253+217=654 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.13% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FDD9 is #470226. Grayscale: #E4E4E4. Windows color (decimal): -4653607 or 14286264. OLE color: 14286264.
HSL color Cylindrical-coordinate representation of color #B8FDD9: hue angle of 148.7º 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 #B8FDD9 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 184 | 253 | 217 | - |
CMYK | 0.27 | 0 | 0.14 | 0.01 |
HSL | 148.7º | 0.95% | 0.86% | - |
HSV(B) | 148.7º | 0.27% | 0.99% | - |
XYZ | 67.42 | 85.45 | 78.59 | - |
YUV | 228.27 | 121.64 | 96.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 253 | 217 | 0.27 | 0 | 0.14 | 0.01 | 148.7 | 0.95 | 0.86 |
Hex | B8 | FD | D9 | 1B | 0 | E | 1 | 95 | 5F | 56 |
Octal | 270 | 375 | 331 | 33 | 0 | 16 | 1 | 225 | 137 | 126 |
Binary | 10111000 | 11111101 | 11011001 | 11011 | 0 | 1110 | 1 | 10010101 | 1011111 | 1010110 |
Color Harmonies of #B8FDD9
Complementary color
Monochromatic Colors of #B8FDD9
Black with #B8FDD9
Text Example
Text Example
White with #B8FDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FDD9; }
p { color: rgb(184,253,217); }
H1.HeaderClassName
{
color: #B8FDD9;
}
.AnyTagClassName
{
color: #B8FDD9;
}
</style>
background-color css
<style>
a { background-color: #B8FDD9; }
a { background-color: rgb(184,253,217); }
div.DivClassName
{
background-color: #B8FDD9;
}
.BgClassName
{
background-color: #B8FDD9;
}
</style>
border-color css
<style>
span { border-color: #B8FDD9; }
span { border-color: rgb(184,253,217); }
td.TdClassName
{
border-color: #B8FDD9;
}
.TagClassName
{
border-color: #B8FDD9;
}
</style>