Shades of Magic Mint #B7FEDA
Tints of Magic Mint #B7FEDA
RGB
CMYK
RGB Variations
Color information
#B7FEDA (or 0xB7FEDA) is known color: Magic Mint. HEX triplet: B7, FE and DA. RGB value is (183,254,218). Sum of RGB (Red+Green+Blue) = 183+254+218=655 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.94% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #B7FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FEDA is #480125. Grayscale: #E4E4E4. Windows color (decimal): -4718886 or 14352055. OLE color: 14352055.
HSL color Cylindrical-coordinate representation of color #B7FEDA: hue angle of 149.58º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FEDA is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 183 | 254 | 218 | - |
CMYK | 0.28 | 0 | 0.14 | 0.00 |
HSL | 149.58º | 0.97% | 0.86% | - |
HSV(B) | 149.58º | 0.28% | 1% | - |
XYZ | 67.63 | 86.01 | 79.37 | - |
YUV | 228.67 | 121.98 | 95.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 254 | 218 | 0.28 | 0 | 0.14 | 0.00 | 149.58 | 0.97 | 0.86 |
Hex | B7 | FE | DA | 1C | 0 | E | 0 | 96 | 61 | 56 |
Octal | 267 | 376 | 332 | 34 | 0 | 16 | 0 | 226 | 141 | 126 |
Binary | 10110111 | 11111110 | 11011010 | 11100 | 0 | 1110 | 0 | 10010110 | 1100001 | 1010110 |
Color Harmonies of #B7FEDA
Complementary color
Monochromatic Colors of #B7FEDA
Black with #B7FEDA
Text Example
Text Example
White with #B7FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FEDA; }
p { color: rgb(183,254,218); }
H1.HeaderClassName
{
color: #B7FEDA;
}
.AnyTagClassName
{
color: #B7FEDA;
}
</style>
background-color css
<style>
a { background-color: #B7FEDA; }
a { background-color: rgb(183,254,218); }
div.DivClassName
{
background-color: #B7FEDA;
}
.BgClassName
{
background-color: #B7FEDA;
}
</style>
border-color css
<style>
span { border-color: #B7FEDA; }
span { border-color: rgb(183,254,218); }
td.TdClassName
{
border-color: #B7FEDA;
}
.TagClassName
{
border-color: #B7FEDA;
}
</style>