Shades of Magic Mint #B8FDD4
Tints of Magic Mint #B8FDD4
RGB
CMYK
RGB Variations
Color information
#B8FDD4 (or 0xB8FDD4) is known color: Magic Mint. HEX triplet: B8, FD and D4. RGB value is (184,253,212). Sum of RGB (Red+Green+Blue) = 184+253+212=649 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.35% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FDD4 is #47022B. Grayscale: #E3E3E3. Windows color (decimal): -4653612 or 13958584. OLE color: 13958584.
HSL color Cylindrical-coordinate representation of color #B8FDD4: hue angle of 144.35º 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 #B8FDD4 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 253 | 212 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.01 |
| HSL | 144.35º | 0.95% | 0.86% | - |
| HSV(B) | 144.35º | 0.27% | 0.99% | - |
| XYZ | 66.78 | 85.19 | 75.21 | - |
| YUV | 227.7 | 119.14 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 253 | 212 | 0.27 | 0 | 0.16 | 0.01 | 144.35 | 0.95 | 0.86 |
| Hex | B8 | FD | D4 | 1B | 0 | 10 | 1 | 90 | 5F | 56 |
| Octal | 270 | 375 | 324 | 33 | 0 | 20 | 1 | 220 | 137 | 126 |
| Binary | 10111000 | 11111101 | 11010100 | 11011 | 0 | 10000 | 1 | 10010000 | 1011111 | 1010110 |
Color Harmonies of #B8FDD4
Complementary color
Monochromatic Colors of #B8FDD4
Black with #B8FDD4
Text Example
Text Example
White with #B8FDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FDD4; }
p { color: rgb(184,253,212); }
H1.HeaderClassName
{
color: #B8FDD4;
}
.AnyTagClassName
{
color: #B8FDD4;
}
</style>
background-color css
<style>
a { background-color: #B8FDD4; }
a { background-color: rgb(184,253,212); }
div.DivClassName
{
background-color: #B8FDD4;
}
.BgClassName
{
background-color: #B8FDD4;
}
</style>
border-color css
<style>
span { border-color: #B8FDD4; }
span { border-color: rgb(184,253,212); }
td.TdClassName
{
border-color: #B8FDD4;
}
.TagClassName
{
border-color: #B8FDD4;
}
</style>