Shades of Magic Mint #B2F8C9
Tints of Magic Mint #B2F8C9
RGB
CMYK
RGB Variations
Color information
#B2F8C9 (or 0xB2F8C9) is known color: Magic Mint. HEX triplet: B2, F8 and C9. RGB value is (178,248,201). Sum of RGB (Red+Green+Blue) = 178+248+201=627 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.39% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F8C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F8C9 is #4D0736. Grayscale: #DDDDDD. Windows color (decimal): -5048119 or 13236402. OLE color: 13236402.
HSL color Cylindrical-coordinate representation of color #B2F8C9: hue angle of 139.71º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F8C9 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 201 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.03 |
| HSL | 139.71º | 0.83% | 0.84% | - |
| HSV(B) | 139.71º | 0.28% | 0.97% | - |
| XYZ | 62.47 | 80.82 | 67.57 | - |
| YUV | 221.71 | 116.31 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 201 | 0.28 | 0 | 0.19 | 0.03 | 139.71 | 0.83 | 0.84 |
| Hex | B2 | F8 | C9 | 1C | 0 | 13 | 3 | 8C | 53 | 54 |
| Octal | 262 | 370 | 311 | 34 | 0 | 23 | 3 | 214 | 123 | 124 |
| Binary | 10110010 | 11111000 | 11001001 | 11100 | 0 | 10011 | 11 | 10001100 | 1010011 | 1010100 |
Color Harmonies of #B2F8C9
Complementary color
Monochromatic Colors of #B2F8C9
Black with #B2F8C9
Text Example
Text Example
White with #B2F8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F8C9; }
p { color: rgb(178,248,201); }
H1.HeaderClassName
{
color: #B2F8C9;
}
.AnyTagClassName
{
color: #B2F8C9;
}
</style>
background-color css
<style>
a { background-color: #B2F8C9; }
a { background-color: rgb(178,248,201); }
div.DivClassName
{
background-color: #B2F8C9;
}
.BgClassName
{
background-color: #B2F8C9;
}
</style>
border-color css
<style>
span { border-color: #B2F8C9; }
span { border-color: rgb(178,248,201); }
td.TdClassName
{
border-color: #B2F8C9;
}
.TagClassName
{
border-color: #B2F8C9;
}
</style>