Shades of Magic Mint #B4F2D4
Tints of Magic Mint #B4F2D4
RGB
CMYK
RGB Variations
Color information
#B4F2D4 (or 0xB4F2D4) is known color: Magic Mint. HEX triplet: B4, F2 and D4. RGB value is (180,242,212). Sum of RGB (Red+Green+Blue) = 180+242+212=634 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.39% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F2D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F2D4 is #4B0D2B. Grayscale: #DCDCDC. Windows color (decimal): -4918572 or 13955764. OLE color: 13955764.
HSL color Cylindrical-coordinate representation of color #B4F2D4: hue angle of 150.97º degrees, saturation: 0.7, 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 #B4F2D4 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 242 | 212 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.05 |
| HSL | 150.97º | 0.7% | 0.83% | - |
| HSV(B) | 150.97º | 0.26% | 0.95% | - |
| XYZ | 62.46 | 77.96 | 74.04 | - |
| YUV | 220.04 | 123.46 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 242 | 212 | 0.26 | 0 | 0.12 | 0.05 | 150.97 | 0.7 | 0.83 |
| Hex | B4 | F2 | D4 | 1A | 0 | C | 5 | 97 | 46 | 53 |
| Octal | 264 | 362 | 324 | 32 | 0 | 14 | 5 | 227 | 106 | 123 |
| Binary | 10110100 | 11110010 | 11010100 | 11010 | 0 | 1100 | 101 | 10010111 | 1000110 | 1010011 |
Color Harmonies of #B4F2D4
Complementary color
Monochromatic Colors of #B4F2D4
Black with #B4F2D4
Text Example
Text Example
White with #B4F2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F2D4; }
p { color: rgb(180,242,212); }
H1.HeaderClassName
{
color: #B4F2D4;
}
.AnyTagClassName
{
color: #B4F2D4;
}
</style>
background-color css
<style>
a { background-color: #B4F2D4; }
a { background-color: rgb(180,242,212); }
div.DivClassName
{
background-color: #B4F2D4;
}
.BgClassName
{
background-color: #B4F2D4;
}
</style>
border-color css
<style>
span { border-color: #B4F2D4; }
span { border-color: rgb(180,242,212); }
td.TdClassName
{
border-color: #B4F2D4;
}
.TagClassName
{
border-color: #B4F2D4;
}
</style>