Shades of Magic Mint #B2F0CD
Tints of Magic Mint #B2F0CD
RGB
CMYK
RGB Variations
Color information
#B2F0CD (or 0xB2F0CD) is known color: Magic Mint. HEX triplet: B2, F0 and CD. RGB value is (178,240,205). Sum of RGB (Red+Green+Blue) = 178+240+205=623 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.57% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F0CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F0CD is #4D0F32. Grayscale: #D9D9D9. Windows color (decimal): -5050163 or 13496498. OLE color: 13496498.
HSL color Cylindrical-coordinate representation of color #B2F0CD: hue angle of 146.13º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F0CD is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 240 | 205 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.06 |
| HSL | 146.13º | 0.67% | 0.82% | - |
| HSV(B) | 146.13º | 0.26% | 0.94% | - |
| XYZ | 60.54 | 76.19 | 69.27 | - |
| YUV | 217.47 | 120.96 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 205 | 0.26 | 0 | 0.15 | 0.06 | 146.13 | 0.67 | 0.82 |
| Hex | B2 | F0 | CD | 1A | 0 | F | 6 | 92 | 43 | 52 |
| Octal | 262 | 360 | 315 | 32 | 0 | 17 | 6 | 222 | 103 | 122 |
| Binary | 10110010 | 11110000 | 11001101 | 11010 | 0 | 1111 | 110 | 10010010 | 1000011 | 1010010 |
Color Harmonies of #B2F0CD
Complementary color
Monochromatic Colors of #B2F0CD
Black with #B2F0CD
Text Example
Text Example
White with #B2F0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F0CD; }
p { color: rgb(178,240,205); }
H1.HeaderClassName
{
color: #B2F0CD;
}
.AnyTagClassName
{
color: #B2F0CD;
}
</style>
background-color css
<style>
a { background-color: #B2F0CD; }
a { background-color: rgb(178,240,205); }
div.DivClassName
{
background-color: #B2F0CD;
}
.BgClassName
{
background-color: #B2F0CD;
}
</style>
border-color css
<style>
span { border-color: #B2F0CD; }
span { border-color: rgb(178,240,205); }
td.TdClassName
{
border-color: #B2F0CD;
}
.TagClassName
{
border-color: #B2F0CD;
}
</style>