Shades of Magic Mint #B4F2CE
Tints of Magic Mint #B4F2CE
RGB
CMYK
RGB Variations
Color information
#B4F2CE (or 0xB4F2CE) is known color: Magic Mint. HEX triplet: B4, F2 and CE. RGB value is (180,242,206). Sum of RGB (Red+Green+Blue) = 180+242+206=628 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.66% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F2CE is #4B0D31. Grayscale: #DBDBDB. Windows color (decimal): -4918578 or 13562548. OLE color: 13562548.
HSL color Cylindrical-coordinate representation of color #B4F2CE: hue angle of 145.16º 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 #B4F2CE is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 242 | 206 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.05 |
| HSL | 145.16º | 0.7% | 0.83% | - |
| HSV(B) | 145.16º | 0.26% | 0.95% | - |
| XYZ | 61.72 | 77.66 | 70.13 | - |
| YUV | 219.36 | 120.46 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 242 | 206 | 0.26 | 0 | 0.15 | 0.05 | 145.16 | 0.7 | 0.83 |
| Hex | B4 | F2 | CE | 1A | 0 | F | 5 | 91 | 46 | 53 |
| Octal | 264 | 362 | 316 | 32 | 0 | 17 | 5 | 221 | 106 | 123 |
| Binary | 10110100 | 11110010 | 11001110 | 11010 | 0 | 1111 | 101 | 10010001 | 1000110 | 1010011 |
Color Harmonies of #B4F2CE
Complementary color
Monochromatic Colors of #B4F2CE
Black with #B4F2CE
Text Example
Text Example
White with #B4F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F2CE; }
p { color: rgb(180,242,206); }
H1.HeaderClassName
{
color: #B4F2CE;
}
.AnyTagClassName
{
color: #B4F2CE;
}
</style>
background-color css
<style>
a { background-color: #B4F2CE; }
a { background-color: rgb(180,242,206); }
div.DivClassName
{
background-color: #B4F2CE;
}
.BgClassName
{
background-color: #B4F2CE;
}
</style>
border-color css
<style>
span { border-color: #B4F2CE; }
span { border-color: rgb(180,242,206); }
td.TdClassName
{
border-color: #B4F2CE;
}
.TagClassName
{
border-color: #B4F2CE;
}
</style>