Shades of Magic Mint #B3FEDD
Tints of Magic Mint #B3FEDD
RGB
CMYK
RGB Variations
Color information
#B3FEDD (or 0xB3FEDD) is known color: Magic Mint. HEX triplet: B3, FE and DD. RGB value is (179,254,221). Sum of RGB (Red+Green+Blue) = 179+254+221=654 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.37% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FEDD is #4C0122. Grayscale: #E3E3E3. Windows color (decimal): -4981027 or 14548659. OLE color: 14548659.
HSL color Cylindrical-coordinate representation of color #B3FEDD: hue angle of 153.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FEDD is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 254 | 221 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.00 |
| HSL | 153.6º | 0.97% | 0.85% | - |
| HSV(B) | 153.6º | 0.3% | 1% | - |
| XYZ | 67.08 | 85.69 | 81.41 | - |
| YUV | 227.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 254 | 221 | 0.30 | 0 | 0.13 | 0.00 | 153.6 | 0.97 | 0.85 |
| Hex | B3 | FE | DD | 1E | 0 | D | 0 | 9A | 61 | 55 |
| Octal | 263 | 376 | 335 | 36 | 0 | 15 | 0 | 232 | 141 | 125 |
| Binary | 10110011 | 11111110 | 11011101 | 11110 | 0 | 1101 | 0 | 10011010 | 1100001 | 1010101 |
Color Harmonies of #B3FEDD
Complementary color
Monochromatic Colors of #B3FEDD
Black with #B3FEDD
Text Example
Text Example
White with #B3FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FEDD; }
p { color: rgb(179,254,221); }
H1.HeaderClassName
{
color: #B3FEDD;
}
.AnyTagClassName
{
color: #B3FEDD;
}
</style>
background-color css
<style>
a { background-color: #B3FEDD; }
a { background-color: rgb(179,254,221); }
div.DivClassName
{
background-color: #B3FEDD;
}
.BgClassName
{
background-color: #B3FEDD;
}
</style>
border-color css
<style>
span { border-color: #B3FEDD; }
span { border-color: rgb(179,254,221); }
td.TdClassName
{
border-color: #B3FEDD;
}
.TagClassName
{
border-color: #B3FEDD;
}
</style>