Shades of Magic Mint #B3FEDF
Tints of Magic Mint #B3FEDF
RGB
CMYK
RGB Variations
Color information
#B3FEDF (or 0xB3FEDF) is known color: Magic Mint. HEX triplet: B3, FE and DF. RGB value is (179,254,223). Sum of RGB (Red+Green+Blue) = 179+254+223=656 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.29% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FEDF is #4C0120. Grayscale: #E4E4E4. Windows color (decimal): -4981025 or 14679731. OLE color: 14679731.
HSL color Cylindrical-coordinate representation of color #B3FEDF: hue angle of 155.2º 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 #B3FEDF is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 254 | 223 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.00 |
| HSL | 155.2º | 0.97% | 0.85% | - |
| HSV(B) | 155.2º | 0.3% | 1% | - |
| XYZ | 67.35 | 85.8 | 82.82 | - |
| YUV | 228.04 | 125.15 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 254 | 223 | 0.30 | 0 | 0.12 | 0.00 | 155.2 | 0.97 | 0.85 |
| Hex | B3 | FE | DF | 1E | 0 | C | 0 | 9B | 61 | 55 |
| Octal | 263 | 376 | 337 | 36 | 0 | 14 | 0 | 233 | 141 | 125 |
| Binary | 10110011 | 11111110 | 11011111 | 11110 | 0 | 1100 | 0 | 10011011 | 1100001 | 1010101 |
Color Harmonies of #B3FEDF
Complementary color
Monochromatic Colors of #B3FEDF
Black with #B3FEDF
Text Example
Text Example
White with #B3FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FEDF; }
p { color: rgb(179,254,223); }
H1.HeaderClassName
{
color: #B3FEDF;
}
.AnyTagClassName
{
color: #B3FEDF;
}
</style>
background-color css
<style>
a { background-color: #B3FEDF; }
a { background-color: rgb(179,254,223); }
div.DivClassName
{
background-color: #B3FEDF;
}
.BgClassName
{
background-color: #B3FEDF;
}
</style>
border-color css
<style>
span { border-color: #B3FEDF; }
span { border-color: rgb(179,254,223); }
td.TdClassName
{
border-color: #B3FEDF;
}
.TagClassName
{
border-color: #B3FEDF;
}
</style>