Shades of Magic Mint #B3FEDA
Tints of Magic Mint #B3FEDA
RGB
CMYK
RGB Variations
Color information
#B3FEDA (or 0xB3FEDA) is known color: Magic Mint. HEX triplet: B3, FE and DA. RGB value is (179,254,218). Sum of RGB (Red+Green+Blue) = 179+254+218=651 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.50% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FEDA is #4C0125. Grayscale: #E3E3E3. Windows color (decimal): -4981030 or 14352051. OLE color: 14352051.
HSL color Cylindrical-coordinate representation of color #B3FEDA: hue angle of 151.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 #B3FEDA is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 254 | 218 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.00 |
| HSL | 151.2º | 0.97% | 0.85% | - |
| HSV(B) | 151.2º | 0.3% | 1% | - |
| XYZ | 66.69 | 85.53 | 79.32 | - |
| YUV | 227.47 | 122.65 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 254 | 218 | 0.30 | 0 | 0.14 | 0.00 | 151.2 | 0.97 | 0.85 |
| Hex | B3 | FE | DA | 1E | 0 | E | 0 | 97 | 61 | 55 |
| Octal | 263 | 376 | 332 | 36 | 0 | 16 | 0 | 227 | 141 | 125 |
| Binary | 10110011 | 11111110 | 11011010 | 11110 | 0 | 1110 | 0 | 10010111 | 1100001 | 1010101 |
Color Harmonies of #B3FEDA
Complementary color
Monochromatic Colors of #B3FEDA
Black with #B3FEDA
Text Example
Text Example
White with #B3FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FEDA; }
p { color: rgb(179,254,218); }
H1.HeaderClassName
{
color: #B3FEDA;
}
.AnyTagClassName
{
color: #B3FEDA;
}
</style>
background-color css
<style>
a { background-color: #B3FEDA; }
a { background-color: rgb(179,254,218); }
div.DivClassName
{
background-color: #B3FEDA;
}
.BgClassName
{
background-color: #B3FEDA;
}
</style>
border-color css
<style>
span { border-color: #B3FEDA; }
span { border-color: rgb(179,254,218); }
td.TdClassName
{
border-color: #B3FEDA;
}
.TagClassName
{
border-color: #B3FEDA;
}
</style>