Shades of Magic Mint #B2FDDD
Tints of Magic Mint #B2FDDD
RGB
CMYK
RGB Variations
Color information
#B2FDDD (or 0xB2FDDD) is known color: Magic Mint. HEX triplet: B2, FD and DD. RGB value is (178,253,221). Sum of RGB (Red+Green+Blue) = 178+253+221=652 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.30% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FDDD is #4D0222. Grayscale: #E2E2E2. Windows color (decimal): -5046819 or 14548402. OLE color: 14548402.
HSL color Cylindrical-coordinate representation of color #B2FDDD: hue angle of 154.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FDDD is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 253 | 221 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.01 |
| HSL | 154.4º | 0.95% | 0.85% | - |
| HSV(B) | 154.4º | 0.3% | 0.99% | - |
| XYZ | 66.54 | 84.94 | 81.29 | - |
| YUV | 226.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 253 | 221 | 0.30 | 0 | 0.13 | 0.01 | 154.4 | 0.95 | 0.85 |
| Hex | B2 | FD | DD | 1E | 0 | D | 1 | 9A | 5F | 55 |
| Octal | 262 | 375 | 335 | 36 | 0 | 15 | 1 | 232 | 137 | 125 |
| Binary | 10110010 | 11111101 | 11011101 | 11110 | 0 | 1101 | 1 | 10011010 | 1011111 | 1010101 |
Color Harmonies of #B2FDDD
Complementary color
Monochromatic Colors of #B2FDDD
Black with #B2FDDD
Text Example
Text Example
White with #B2FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FDDD; }
p { color: rgb(178,253,221); }
H1.HeaderClassName
{
color: #B2FDDD;
}
.AnyTagClassName
{
color: #B2FDDD;
}
</style>
background-color css
<style>
a { background-color: #B2FDDD; }
a { background-color: rgb(178,253,221); }
div.DivClassName
{
background-color: #B2FDDD;
}
.BgClassName
{
background-color: #B2FDDD;
}
</style>
border-color css
<style>
span { border-color: #B2FDDD; }
span { border-color: rgb(178,253,221); }
td.TdClassName
{
border-color: #B2FDDD;
}
.TagClassName
{
border-color: #B2FDDD;
}
</style>