Shades of Magic Mint #B5F8D0
Tints of Magic Mint #B5F8D0
RGB
CMYK
RGB Variations
Color information
#B5F8D0 (or 0xB5F8D0) is known color: Magic Mint. HEX triplet: B5, F8 and D0. RGB value is (181,248,208). Sum of RGB (Red+Green+Blue) = 181+248+208=637 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.41% from 637); Green value is 248 (97.27% from 255 or 38.93% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F8D0 is #4A072F. Grayscale: #DFDFDF. Windows color (decimal): -4851504 or 13695157. OLE color: 13695157.
HSL color Cylindrical-coordinate representation of color #B5F8D0: hue angle of 144.18º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F8D0 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 248 | 208 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.03 |
| HSL | 144.18º | 0.83% | 0.84% | - |
| HSV(B) | 144.18º | 0.27% | 0.97% | - |
| XYZ | 64.01 | 81.51 | 72.03 | - |
| YUV | 223.41 | 119.3 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 248 | 208 | 0.27 | 0 | 0.16 | 0.03 | 144.18 | 0.83 | 0.84 |
| Hex | B5 | F8 | D0 | 1B | 0 | 10 | 3 | 90 | 53 | 54 |
| Octal | 265 | 370 | 320 | 33 | 0 | 20 | 3 | 220 | 123 | 124 |
| Binary | 10110101 | 11111000 | 11010000 | 11011 | 0 | 10000 | 11 | 10010000 | 1010011 | 1010100 |
Color Harmonies of #B5F8D0
Complementary color
Monochromatic Colors of #B5F8D0
Black with #B5F8D0
Text Example
Text Example
White with #B5F8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F8D0; }
p { color: rgb(181,248,208); }
H1.HeaderClassName
{
color: #B5F8D0;
}
.AnyTagClassName
{
color: #B5F8D0;
}
</style>
background-color css
<style>
a { background-color: #B5F8D0; }
a { background-color: rgb(181,248,208); }
div.DivClassName
{
background-color: #B5F8D0;
}
.BgClassName
{
background-color: #B5F8D0;
}
</style>
border-color css
<style>
span { border-color: #B5F8D0; }
span { border-color: rgb(181,248,208); }
td.TdClassName
{
border-color: #B5F8D0;
}
.TagClassName
{
border-color: #B5F8D0;
}
</style>