Shades of Magic Mint #B4FDD0
Tints of Magic Mint #B4FDD0
RGB
CMYK
RGB Variations
Color information
#B4FDD0 (or 0xB4FDD0) is known color: Magic Mint. HEX triplet: B4, FD and D0. RGB value is (180,253,208). Sum of RGB (Red+Green+Blue) = 180+253+208=641 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.08% from 641); Green value is 253 (99.22% from 255 or 39.47% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FDD0 is #4B022F. Grayscale: #E2E2E2. Windows color (decimal): -4915760 or 13696436. OLE color: 13696436.
HSL color Cylindrical-coordinate representation of color #B4FDD0: hue angle of 143.01º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FDD0 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 253 | 208 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.01 |
| HSL | 143.01º | 0.95% | 0.85% | - |
| HSV(B) | 143.01º | 0.29% | 0.99% | - |
| XYZ | 65.33 | 84.51 | 72.54 | - |
| YUV | 226.04 | 117.82 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 253 | 208 | 0.29 | 0 | 0.18 | 0.01 | 143.01 | 0.95 | 0.85 |
| Hex | B4 | FD | D0 | 1D | 0 | 12 | 1 | 8F | 5F | 55 |
| Octal | 264 | 375 | 320 | 35 | 0 | 22 | 1 | 217 | 137 | 125 |
| Binary | 10110100 | 11111101 | 11010000 | 11101 | 0 | 10010 | 1 | 10001111 | 1011111 | 1010101 |
Color Harmonies of #B4FDD0
Complementary color
Monochromatic Colors of #B4FDD0
Black with #B4FDD0
Text Example
Text Example
White with #B4FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FDD0; }
p { color: rgb(180,253,208); }
H1.HeaderClassName
{
color: #B4FDD0;
}
.AnyTagClassName
{
color: #B4FDD0;
}
</style>
background-color css
<style>
a { background-color: #B4FDD0; }
a { background-color: rgb(180,253,208); }
div.DivClassName
{
background-color: #B4FDD0;
}
.BgClassName
{
background-color: #B4FDD0;
}
</style>
border-color css
<style>
span { border-color: #B4FDD0; }
span { border-color: rgb(180,253,208); }
td.TdClassName
{
border-color: #B4FDD0;
}
.TagClassName
{
border-color: #B4FDD0;
}
</style>