Shades of Magic Mint #B2F9CE
Tints of Magic Mint #B2F9CE
RGB
CMYK
RGB Variations
Color information
#B2F9CE (or 0xB2F9CE) is known color: Magic Mint. HEX triplet: B2, F9 and CE. RGB value is (178,249,206). Sum of RGB (Red+Green+Blue) = 178+249+206=633 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.12% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F9CE is #4D0631. Grayscale: #DEDEDE. Windows color (decimal): -5047858 or 13564338. OLE color: 13564338.
HSL color Cylindrical-coordinate representation of color #B2F9CE: hue angle of 143.66º 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 #B2F9CE is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 206 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.02 |
| HSL | 143.66º | 0.86% | 0.84% | - |
| HSV(B) | 143.66º | 0.29% | 0.98% | - |
| XYZ | 63.38 | 81.67 | 70.82 | - |
| YUV | 222.87 | 118.48 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 206 | 0.29 | 0 | 0.17 | 0.02 | 143.66 | 0.86 | 0.84 |
| Hex | B2 | F9 | CE | 1D | 0 | 11 | 2 | 90 | 56 | 54 |
| Octal | 262 | 371 | 316 | 35 | 0 | 21 | 2 | 220 | 126 | 124 |
| Binary | 10110010 | 11111001 | 11001110 | 11101 | 0 | 10001 | 10 | 10010000 | 1010110 | 1010100 |
Color Harmonies of #B2F9CE
Complementary color
Monochromatic Colors of #B2F9CE
Black with #B2F9CE
Text Example
Text Example
White with #B2F9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F9CE; }
p { color: rgb(178,249,206); }
H1.HeaderClassName
{
color: #B2F9CE;
}
.AnyTagClassName
{
color: #B2F9CE;
}
</style>
background-color css
<style>
a { background-color: #B2F9CE; }
a { background-color: rgb(178,249,206); }
div.DivClassName
{
background-color: #B2F9CE;
}
.BgClassName
{
background-color: #B2F9CE;
}
</style>
border-color css
<style>
span { border-color: #B2F9CE; }
span { border-color: rgb(178,249,206); }
td.TdClassName
{
border-color: #B2F9CE;
}
.TagClassName
{
border-color: #B2F9CE;
}
</style>