Shades of Magic Mint #B2FDDF
Tints of Magic Mint #B2FDDF
RGB
CMYK
RGB Variations
Color information
#B2FDDF (or 0xB2FDDF) is known color: Magic Mint. HEX triplet: B2, FD and DF. RGB value is (178,253,223). Sum of RGB (Red+Green+Blue) = 178+253+223=654 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.22% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FDDF is #4D0220. Grayscale: #E3E3E3. Windows color (decimal): -5046817 or 14679474. OLE color: 14679474.
HSL color Cylindrical-coordinate representation of color #B2FDDF: hue angle of 156º 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 #B2FDDF is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 253 | 223 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.01 |
| HSL | 156º | 0.95% | 0.85% | - |
| HSV(B) | 156º | 0.3% | 0.99% | - |
| XYZ | 66.8 | 85.04 | 82.71 | - |
| YUV | 227.16 | 125.65 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 253 | 223 | 0.30 | 0 | 0.12 | 0.01 | 156 | 0.95 | 0.85 |
| Hex | B2 | FD | DF | 1E | 0 | C | 1 | 9C | 5F | 55 |
| Octal | 262 | 375 | 337 | 36 | 0 | 14 | 1 | 234 | 137 | 125 |
| Binary | 10110010 | 11111101 | 11011111 | 11110 | 0 | 1100 | 1 | 10011100 | 1011111 | 1010101 |
Color Harmonies of #B2FDDF
Complementary color
Monochromatic Colors of #B2FDDF
Black with #B2FDDF
Text Example
Text Example
White with #B2FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FDDF; }
p { color: rgb(178,253,223); }
H1.HeaderClassName
{
color: #B2FDDF;
}
.AnyTagClassName
{
color: #B2FDDF;
}
</style>
background-color css
<style>
a { background-color: #B2FDDF; }
a { background-color: rgb(178,253,223); }
div.DivClassName
{
background-color: #B2FDDF;
}
.BgClassName
{
background-color: #B2FDDF;
}
</style>
border-color css
<style>
span { border-color: #B2FDDF; }
span { border-color: rgb(178,253,223); }
td.TdClassName
{
border-color: #B2FDDF;
}
.TagClassName
{
border-color: #B2FDDF;
}
</style>