Shades of Magic Mint #B2FDDB
Tints of Magic Mint #B2FDDB
RGB
CMYK
RGB Variations
Color information
#B2FDDB (or 0xB2FDDB) is known color: Magic Mint. HEX triplet: B2, FD and DB. RGB value is (178,253,219). Sum of RGB (Red+Green+Blue) = 178+253+219=650 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.38% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FDDB is #4D0224. Grayscale: #E2E2E2. Windows color (decimal): -5046821 or 14417330. OLE color: 14417330.
HSL color Cylindrical-coordinate representation of color #B2FDDB: hue angle of 152.8º 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 #B2FDDB is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 253 | 219 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.01 |
| HSL | 152.8º | 0.95% | 0.85% | - |
| HSV(B) | 152.8º | 0.3% | 0.99% | - |
| XYZ | 66.27 | 84.83 | 79.9 | - |
| YUV | 226.7 | 123.65 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 253 | 219 | 0.30 | 0 | 0.13 | 0.01 | 152.8 | 0.95 | 0.85 |
| Hex | B2 | FD | DB | 1E | 0 | D | 1 | 99 | 5F | 55 |
| Octal | 262 | 375 | 333 | 36 | 0 | 15 | 1 | 231 | 137 | 125 |
| Binary | 10110010 | 11111101 | 11011011 | 11110 | 0 | 1101 | 1 | 10011001 | 1011111 | 1010101 |
Color Harmonies of #B2FDDB
Complementary color
Monochromatic Colors of #B2FDDB
Black with #B2FDDB
Text Example
Text Example
White with #B2FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FDDB; }
p { color: rgb(178,253,219); }
H1.HeaderClassName
{
color: #B2FDDB;
}
.AnyTagClassName
{
color: #B2FDDB;
}
</style>
background-color css
<style>
a { background-color: #B2FDDB; }
a { background-color: rgb(178,253,219); }
div.DivClassName
{
background-color: #B2FDDB;
}
.BgClassName
{
background-color: #B2FDDB;
}
</style>
border-color css
<style>
span { border-color: #B2FDDB; }
span { border-color: rgb(178,253,219); }
td.TdClassName
{
border-color: #B2FDDB;
}
.TagClassName
{
border-color: #B2FDDB;
}
</style>