Shades of Magic Mint #B5F8DC
Tints of Magic Mint #B5F8DC
RGB
CMYK
RGB Variations
Color information
#B5F8DC (or 0xB5F8DC) is known color: Magic Mint. HEX triplet: B5, F8 and DC. RGB value is (181,248,220). Sum of RGB (Red+Green+Blue) = 181+248+220=649 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.89% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F8DC is #4A0723. Grayscale: #E0E0E0. Windows color (decimal): -4851492 or 14481589. OLE color: 14481589.
HSL color Cylindrical-coordinate representation of color #B5F8DC: hue angle of 154.93º 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 #B5F8DC is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 248 | 220 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.03 |
| HSL | 154.93º | 0.83% | 0.84% | - |
| HSV(B) | 154.93º | 0.27% | 0.97% | - |
| XYZ | 65.54 | 82.13 | 80.11 | - |
| YUV | 224.78 | 125.3 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 248 | 220 | 0.27 | 0 | 0.11 | 0.03 | 154.93 | 0.83 | 0.84 |
| Hex | B5 | F8 | DC | 1B | 0 | B | 3 | 9B | 53 | 54 |
| Octal | 265 | 370 | 334 | 33 | 0 | 13 | 3 | 233 | 123 | 124 |
| Binary | 10110101 | 11111000 | 11011100 | 11011 | 0 | 1011 | 11 | 10011011 | 1010011 | 1010100 |
Color Harmonies of #B5F8DC
Complementary color
Monochromatic Colors of #B5F8DC
Black with #B5F8DC
Text Example
Text Example
White with #B5F8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F8DC; }
p { color: rgb(181,248,220); }
H1.HeaderClassName
{
color: #B5F8DC;
}
.AnyTagClassName
{
color: #B5F8DC;
}
</style>
background-color css
<style>
a { background-color: #B5F8DC; }
a { background-color: rgb(181,248,220); }
div.DivClassName
{
background-color: #B5F8DC;
}
.BgClassName
{
background-color: #B5F8DC;
}
</style>
border-color css
<style>
span { border-color: #B5F8DC; }
span { border-color: rgb(181,248,220); }
td.TdClassName
{
border-color: #B5F8DC;
}
.TagClassName
{
border-color: #B5F8DC;
}
</style>