Shades of Magic Mint #B2FCD0
Tints of Magic Mint #B2FCD0
RGB
CMYK
RGB Variations
Color information
#B2FCD0 (or 0xB2FCD0) is known color: Magic Mint. HEX triplet: B2, FC and D0. RGB value is (178,252,208). Sum of RGB (Red+Green+Blue) = 178+252+208=638 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.90% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCD0 is #4D032F. Grayscale: #E0E0E0. Windows color (decimal): -5047088 or 13696178. OLE color: 13696178.
HSL color Cylindrical-coordinate representation of color #B2FCD0: hue angle of 144.32º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCD0 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 178 | 252 | 208 | - |
CMYK | 0.29 | 0 | 0.17 | 0.01 |
HSL | 144.32º | 0.93% | 0.84% | - |
HSV(B) | 144.32º | 0.29% | 0.99% | - |
XYZ | 64.56 | 83.64 | 72.42 | - |
YUV | 224.86 | 118.48 | 94.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 252 | 208 | 0.29 | 0 | 0.17 | 0.01 | 144.32 | 0.93 | 0.84 |
Hex | B2 | FC | D0 | 1D | 0 | 11 | 1 | 90 | 5C | 54 |
Octal | 262 | 374 | 320 | 35 | 0 | 21 | 1 | 220 | 134 | 124 |
Binary | 10110010 | 11111100 | 11010000 | 11101 | 0 | 10001 | 1 | 10010000 | 1011100 | 1010100 |
Color Harmonies of #B2FCD0
Complementary color
Monochromatic Colors of #B2FCD0
Black with #B2FCD0
Text Example
Text Example
White with #B2FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FCD0; }
p { color: rgb(178,252,208); }
H1.HeaderClassName
{
color: #B2FCD0;
}
.AnyTagClassName
{
color: #B2FCD0;
}
</style>
background-color css
<style>
a { background-color: #B2FCD0; }
a { background-color: rgb(178,252,208); }
div.DivClassName
{
background-color: #B2FCD0;
}
.BgClassName
{
background-color: #B2FCD0;
}
</style>
border-color css
<style>
span { border-color: #B2FCD0; }
span { border-color: rgb(178,252,208); }
td.TdClassName
{
border-color: #B2FCD0;
}
.TagClassName
{
border-color: #B2FCD0;
}
</style>