Shades of Magic Mint #B8FDDB
Tints of Magic Mint #B8FDDB
RGB
CMYK
RGB Variations
Color information
#B8FDDB (or 0xB8FDDB) is known color: Magic Mint. HEX triplet: B8, FD and DB. RGB value is (184,253,219). Sum of RGB (Red+Green+Blue) = 184+253+219=656 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.05% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FDDB is #470224. Grayscale: #E4E4E4. Windows color (decimal): -4653605 or 14417336. OLE color: 14417336.
HSL color Cylindrical-coordinate representation of color #B8FDDB: hue angle of 150.43º 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 #B8FDDB is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 253 | 219 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.01 |
| HSL | 150.43º | 0.95% | 0.86% | - |
| HSV(B) | 150.43º | 0.27% | 0.99% | - |
| XYZ | 67.68 | 85.56 | 79.96 | - |
| YUV | 228.49 | 122.64 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 253 | 219 | 0.27 | 0 | 0.13 | 0.01 | 150.43 | 0.95 | 0.86 |
| Hex | B8 | FD | DB | 1B | 0 | D | 1 | 96 | 5F | 56 |
| Octal | 270 | 375 | 333 | 33 | 0 | 15 | 1 | 226 | 137 | 126 |
| Binary | 10111000 | 11111101 | 11011011 | 11011 | 0 | 1101 | 1 | 10010110 | 1011111 | 1010110 |
Color Harmonies of #B8FDDB
Complementary color
Monochromatic Colors of #B8FDDB
Black with #B8FDDB
Text Example
Text Example
White with #B8FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FDDB; }
p { color: rgb(184,253,219); }
H1.HeaderClassName
{
color: #B8FDDB;
}
.AnyTagClassName
{
color: #B8FDDB;
}
</style>
background-color css
<style>
a { background-color: #B8FDDB; }
a { background-color: rgb(184,253,219); }
div.DivClassName
{
background-color: #B8FDDB;
}
.BgClassName
{
background-color: #B8FDDB;
}
</style>
border-color css
<style>
span { border-color: #B8FDDB; }
span { border-color: rgb(184,253,219); }
td.TdClassName
{
border-color: #B8FDDB;
}
.TagClassName
{
border-color: #B8FDDB;
}
</style>