Shades of Magic Mint #B5FEDB
Tints of Magic Mint #B5FEDB
RGB
CMYK
RGB Variations
Color information
#B5FEDB (or 0xB5FEDB) is known color: Magic Mint. HEX triplet: B5, FE and DB. RGB value is (181,254,219). Sum of RGB (Red+Green+Blue) = 181+254+219=654 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.68% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FEDB is #4A0124. Grayscale: #E4E4E4. Windows color (decimal): -4849957 or 14417589. OLE color: 14417589.
HSL color Cylindrical-coordinate representation of color #B5FEDB: hue angle of 151.23º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FEDB is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 254 | 219 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.00 |
| HSL | 151.23º | 0.97% | 0.85% | - |
| HSV(B) | 151.23º | 0.29% | 1% | - |
| XYZ | 67.28 | 85.82 | 80.04 | - |
| YUV | 228.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 254 | 219 | 0.29 | 0 | 0.14 | 0.00 | 151.23 | 0.97 | 0.85 |
| Hex | B5 | FE | DB | 1D | 0 | E | 0 | 97 | 61 | 55 |
| Octal | 265 | 376 | 333 | 35 | 0 | 16 | 0 | 227 | 141 | 125 |
| Binary | 10110101 | 11111110 | 11011011 | 11101 | 0 | 1110 | 0 | 10010111 | 1100001 | 1010101 |
Color Harmonies of #B5FEDB
Complementary color
Monochromatic Colors of #B5FEDB
Black with #B5FEDB
Text Example
Text Example
White with #B5FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FEDB; }
p { color: rgb(181,254,219); }
H1.HeaderClassName
{
color: #B5FEDB;
}
.AnyTagClassName
{
color: #B5FEDB;
}
</style>
background-color css
<style>
a { background-color: #B5FEDB; }
a { background-color: rgb(181,254,219); }
div.DivClassName
{
background-color: #B5FEDB;
}
.BgClassName
{
background-color: #B5FEDB;
}
</style>
border-color css
<style>
span { border-color: #B5FEDB; }
span { border-color: rgb(181,254,219); }
td.TdClassName
{
border-color: #B5FEDB;
}
.TagClassName
{
border-color: #B5FEDB;
}
</style>