Shades of Magic Mint #B2F8C8
Tints of Magic Mint #B2F8C8
RGB
CMYK
RGB Variations
Color information
#B2F8C8 (or 0xB2F8C8) is known color: Magic Mint. HEX triplet: B2, F8 and C8. RGB value is (178,248,200). Sum of RGB (Red+Green+Blue) = 178+248+200=626 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.43% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F8C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F8C8 is #4D0737. Grayscale: #DDDDDD. Windows color (decimal): -5048120 or 13170866. OLE color: 13170866.
HSL color Cylindrical-coordinate representation of color #B2F8C8: hue angle of 138.86º 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 #B2F8C8 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 200 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.03 |
| HSL | 138.86º | 0.83% | 0.84% | - |
| HSV(B) | 138.86º | 0.28% | 0.97% | - |
| XYZ | 62.35 | 80.77 | 66.95 | - |
| YUV | 221.6 | 115.81 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 200 | 0.28 | 0 | 0.19 | 0.03 | 138.86 | 0.83 | 0.84 |
| Hex | B2 | F8 | C8 | 1C | 0 | 13 | 3 | 8B | 53 | 54 |
| Octal | 262 | 370 | 310 | 34 | 0 | 23 | 3 | 213 | 123 | 124 |
| Binary | 10110010 | 11111000 | 11001000 | 11100 | 0 | 10011 | 11 | 10001011 | 1010011 | 1010100 |
Color Harmonies of #B2F8C8
Complementary color
Monochromatic Colors of #B2F8C8
Black with #B2F8C8
Text Example
Text Example
White with #B2F8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F8C8; }
p { color: rgb(178,248,200); }
H1.HeaderClassName
{
color: #B2F8C8;
}
.AnyTagClassName
{
color: #B2F8C8;
}
</style>
background-color css
<style>
a { background-color: #B2F8C8; }
a { background-color: rgb(178,248,200); }
div.DivClassName
{
background-color: #B2F8C8;
}
.BgClassName
{
background-color: #B2F8C8;
}
</style>
border-color css
<style>
span { border-color: #B2F8C8; }
span { border-color: rgb(178,248,200); }
td.TdClassName
{
border-color: #B2F8C8;
}
.TagClassName
{
border-color: #B2F8C8;
}
</style>