Shades of Magic Mint #B5F1D5
Tints of Magic Mint #B5F1D5
RGB
CMYK
RGB Variations
Color information
#B5F1D5 (or 0xB5F1D5) is known color: Magic Mint. HEX triplet: B5, F1 and D5. RGB value is (181,241,213). Sum of RGB (Red+Green+Blue) = 181+241+213=635 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.50% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F1D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F1D5 is #4A0E2A. Grayscale: #DBDBDB. Windows color (decimal): -4853291 or 14021045. OLE color: 14021045.
HSL color Cylindrical-coordinate representation of color #B5F1D5: hue angle of 152º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F1D5 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 241 | 213 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.05 |
| HSL | 152º | 0.68% | 0.83% | - |
| HSV(B) | 152º | 0.25% | 0.95% | - |
| XYZ | 62.52 | 77.54 | 74.62 | - |
| YUV | 219.87 | 124.12 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 241 | 213 | 0.25 | 0 | 0.12 | 0.05 | 152 | 0.68 | 0.83 |
| Hex | B5 | F1 | D5 | 19 | 0 | C | 5 | 98 | 44 | 53 |
| Octal | 265 | 361 | 325 | 31 | 0 | 14 | 5 | 230 | 104 | 123 |
| Binary | 10110101 | 11110001 | 11010101 | 11001 | 0 | 1100 | 101 | 10011000 | 1000100 | 1010011 |
Color Harmonies of #B5F1D5
Complementary color
Monochromatic Colors of #B5F1D5
Black with #B5F1D5
Text Example
Text Example
White with #B5F1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F1D5; }
p { color: rgb(181,241,213); }
H1.HeaderClassName
{
color: #B5F1D5;
}
.AnyTagClassName
{
color: #B5F1D5;
}
</style>
background-color css
<style>
a { background-color: #B5F1D5; }
a { background-color: rgb(181,241,213); }
div.DivClassName
{
background-color: #B5F1D5;
}
.BgClassName
{
background-color: #B5F1D5;
}
</style>
border-color css
<style>
span { border-color: #B5F1D5; }
span { border-color: rgb(181,241,213); }
td.TdClassName
{
border-color: #B5F1D5;
}
.TagClassName
{
border-color: #B5F1D5;
}
</style>