Shades of Magic Mint #B4F3D8
Tints of Magic Mint #B4F3D8
RGB
CMYK
RGB Variations
Color information
#B4F3D8 (or 0xB4F3D8) is known color: Magic Mint. HEX triplet: B4, F3 and D8. RGB value is (180,243,216). Sum of RGB (Red+Green+Blue) = 180+243+216=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #B4F3D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F3D8 is #4B0C27. Grayscale: #DDDDDD. Windows color (decimal): -4918312 or 14218164. OLE color: 14218164.
HSL color Cylindrical-coordinate representation of color #B4F3D8: hue angle of 154.29º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4F3D8 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 243 | 216 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.05 |
| HSL | 154.29º | 0.72% | 0.83% | - |
| HSV(B) | 154.29º | 0.26% | 0.95% | - |
| XYZ | 63.27 | 78.76 | 76.83 | - |
| YUV | 221.09 | 125.13 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 243 | 216 | 0.26 | 0 | 0.11 | 0.05 | 154.29 | 0.72 | 0.83 |
| Hex | B4 | F3 | D8 | 1A | 0 | B | 5 | 9A | 48 | 53 |
| Octal | 264 | 363 | 330 | 32 | 0 | 13 | 5 | 232 | 110 | 123 |
| Binary | 10110100 | 11110011 | 11011000 | 11010 | 0 | 1011 | 101 | 10011010 | 1001000 | 1010011 |
Color Harmonies of #B4F3D8
Complementary color
Monochromatic Colors of #B4F3D8
Black with #B4F3D8
Text Example
Text Example
White with #B4F3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F3D8; }
p { color: rgb(180,243,216); }
H1.HeaderClassName
{
color: #B4F3D8;
}
.AnyTagClassName
{
color: #B4F3D8;
}
</style>
background-color css
<style>
a { background-color: #B4F3D8; }
a { background-color: rgb(180,243,216); }
div.DivClassName
{
background-color: #B4F3D8;
}
.BgClassName
{
background-color: #B4F3D8;
}
</style>
border-color css
<style>
span { border-color: #B4F3D8; }
span { border-color: rgb(180,243,216); }
td.TdClassName
{
border-color: #B4F3D8;
}
.TagClassName
{
border-color: #B4F3D8;
}
</style>