Shades of Magic Mint #B2F9CF
Tints of Magic Mint #B2F9CF
RGB
CMYK
RGB Variations
Color information
#B2F9CF (or 0xB2F9CF) is known color: Magic Mint. HEX triplet: B2, F9 and CF. RGB value is (178,249,207). Sum of RGB (Red+Green+Blue) = 178+249+207=634 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.08% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F9CF is #4D0630. Grayscale: #DFDFDF. Windows color (decimal): -5047857 or 13629874. OLE color: 13629874.
HSL color Cylindrical-coordinate representation of color #B2F9CF: hue angle of 144.51º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2F9CF is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 207 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.02 |
| HSL | 144.51º | 0.86% | 0.84% | - |
| HSV(B) | 144.51º | 0.29% | 0.98% | - |
| XYZ | 63.5 | 81.72 | 71.46 | - |
| YUV | 222.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 207 | 0.29 | 0 | 0.17 | 0.02 | 144.51 | 0.86 | 0.84 |
| Hex | B2 | F9 | CF | 1D | 0 | 11 | 2 | 91 | 56 | 54 |
| Octal | 262 | 371 | 317 | 35 | 0 | 21 | 2 | 221 | 126 | 124 |
| Binary | 10110010 | 11111001 | 11001111 | 11101 | 0 | 10001 | 10 | 10010001 | 1010110 | 1010100 |
Color Harmonies of #B2F9CF
Complementary color
Monochromatic Colors of #B2F9CF
Black with #B2F9CF
Text Example
Text Example
White with #B2F9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F9CF; }
p { color: rgb(178,249,207); }
H1.HeaderClassName
{
color: #B2F9CF;
}
.AnyTagClassName
{
color: #B2F9CF;
}
</style>
background-color css
<style>
a { background-color: #B2F9CF; }
a { background-color: rgb(178,249,207); }
div.DivClassName
{
background-color: #B2F9CF;
}
.BgClassName
{
background-color: #B2F9CF;
}
</style>
border-color css
<style>
span { border-color: #B2F9CF; }
span { border-color: rgb(178,249,207); }
td.TdClassName
{
border-color: #B2F9CF;
}
.TagClassName
{
border-color: #B2F9CF;
}
</style>