Shades of Magic Mint #B2FCDC
Tints of Magic Mint #B2FCDC
RGB
CMYK
RGB Variations
Color information
#B2FCDC (or 0xB2FCDC) is known color: Magic Mint. HEX triplet: B2, FC and DC. RGB value is (178,252,220). Sum of RGB (Red+Green+Blue) = 178+252+220=650 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.38% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCDC is #4D0323. Grayscale: #E2E2E2. Windows color (decimal): -5047076 or 14482610. OLE color: 14482610.
HSL color Cylindrical-coordinate representation of color #B2FCDC: hue angle of 154.05º 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 #B2FCDC is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 220 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.01 |
| HSL | 154.05º | 0.93% | 0.84% | - |
| HSV(B) | 154.05º | 0.29% | 0.99% | - |
| XYZ | 66.09 | 84.25 | 80.49 | - |
| YUV | 226.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 220 | 0.29 | 0 | 0.13 | 0.01 | 154.05 | 0.93 | 0.84 |
| Hex | B2 | FC | DC | 1D | 0 | D | 1 | 9A | 5C | 54 |
| Octal | 262 | 374 | 334 | 35 | 0 | 15 | 1 | 232 | 134 | 124 |
| Binary | 10110010 | 11111100 | 11011100 | 11101 | 0 | 1101 | 1 | 10011010 | 1011100 | 1010100 |
Color Harmonies of #B2FCDC
Complementary color
Monochromatic Colors of #B2FCDC
Black with #B2FCDC
Text Example
Text Example
White with #B2FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FCDC; }
p { color: rgb(178,252,220); }
H1.HeaderClassName
{
color: #B2FCDC;
}
.AnyTagClassName
{
color: #B2FCDC;
}
</style>
background-color css
<style>
a { background-color: #B2FCDC; }
a { background-color: rgb(178,252,220); }
div.DivClassName
{
background-color: #B2FCDC;
}
.BgClassName
{
background-color: #B2FCDC;
}
</style>
border-color css
<style>
span { border-color: #B2FCDC; }
span { border-color: rgb(178,252,220); }
td.TdClassName
{
border-color: #B2FCDC;
}
.TagClassName
{
border-color: #B2FCDC;
}
</style>