Shades of Magic Mint #B4F1CF
Tints of Magic Mint #B4F1CF
RGB
CMYK
RGB Variations
Color information
#B4F1CF (or 0xB4F1CF) is known color: Magic Mint. HEX triplet: B4, F1 and CF. RGB value is (180,241,207). Sum of RGB (Red+Green+Blue) = 180+241+207=628 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.66% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F1CF is #4B0E30. Grayscale: #DADADA. Windows color (decimal): -4918833 or 13627828. OLE color: 13627828.
HSL color Cylindrical-coordinate representation of color #B4F1CF: hue angle of 146.56º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4F1CF is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 241 | 207 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.05 |
| HSL | 146.56º | 0.69% | 0.83% | - |
| HSV(B) | 146.56º | 0.25% | 0.95% | - |
| XYZ | 61.54 | 77.12 | 70.67 | - |
| YUV | 218.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 241 | 207 | 0.25 | 0 | 0.14 | 0.05 | 146.56 | 0.69 | 0.83 |
| Hex | B4 | F1 | CF | 19 | 0 | E | 5 | 93 | 45 | 53 |
| Octal | 264 | 361 | 317 | 31 | 0 | 16 | 5 | 223 | 105 | 123 |
| Binary | 10110100 | 11110001 | 11001111 | 11001 | 0 | 1110 | 101 | 10010011 | 1000101 | 1010011 |
Color Harmonies of #B4F1CF
Complementary color
Monochromatic Colors of #B4F1CF
Black with #B4F1CF
Text Example
Text Example
White with #B4F1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F1CF; }
p { color: rgb(180,241,207); }
H1.HeaderClassName
{
color: #B4F1CF;
}
.AnyTagClassName
{
color: #B4F1CF;
}
</style>
background-color css
<style>
a { background-color: #B4F1CF; }
a { background-color: rgb(180,241,207); }
div.DivClassName
{
background-color: #B4F1CF;
}
.BgClassName
{
background-color: #B4F1CF;
}
</style>
border-color css
<style>
span { border-color: #B4F1CF; }
span { border-color: rgb(180,241,207); }
td.TdClassName
{
border-color: #B4F1CF;
}
.TagClassName
{
border-color: #B4F1CF;
}
</style>