Shades of Magic Mint #B5FADD
Tints of Magic Mint #B5FADD
RGB
CMYK
RGB Variations
Color information
#B5FADD (or 0xB5FADD) is known color: Magic Mint. HEX triplet: B5, FA and DD. RGB value is (181,250,221). Sum of RGB (Red+Green+Blue) = 181+250+221=652 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.76% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FADD is #4A0522. Grayscale: #E2E2E2. Windows color (decimal): -4850979 or 14547637. OLE color: 14547637.
HSL color Cylindrical-coordinate representation of color #B5FADD: hue angle of 154.78º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FADD is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 221 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.02 |
| HSL | 154.78º | 0.87% | 0.85% | - |
| HSV(B) | 154.78º | 0.28% | 0.98% | - |
| XYZ | 66.29 | 83.42 | 81.01 | - |
| YUV | 226.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 221 | 0.28 | 0 | 0.12 | 0.02 | 154.78 | 0.87 | 0.85 |
| Hex | B5 | FA | DD | 1C | 0 | C | 2 | 9B | 57 | 55 |
| Octal | 265 | 372 | 335 | 34 | 0 | 14 | 2 | 233 | 127 | 125 |
| Binary | 10110101 | 11111010 | 11011101 | 11100 | 0 | 1100 | 10 | 10011011 | 1010111 | 1010101 |
Color Harmonies of #B5FADD
Complementary color
Monochromatic Colors of #B5FADD
Black with #B5FADD
Text Example
Text Example
White with #B5FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FADD; }
p { color: rgb(181,250,221); }
H1.HeaderClassName
{
color: #B5FADD;
}
.AnyTagClassName
{
color: #B5FADD;
}
</style>
background-color css
<style>
a { background-color: #B5FADD; }
a { background-color: rgb(181,250,221); }
div.DivClassName
{
background-color: #B5FADD;
}
.BgClassName
{
background-color: #B5FADD;
}
</style>
border-color css
<style>
span { border-color: #B5FADD; }
span { border-color: rgb(181,250,221); }
td.TdClassName
{
border-color: #B5FADD;
}
.TagClassName
{
border-color: #B5FADD;
}
</style>