Shades of Magic Mint #B5FADB
Tints of Magic Mint #B5FADB
RGB
CMYK
RGB Variations
Color information
#B5FADB (or 0xB5FADB) is known color: Magic Mint. HEX triplet: B5, FA and DB. RGB value is (181,250,219). Sum of RGB (Red+Green+Blue) = 181+250+219=650 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.85% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FADB is #4A0524. Grayscale: #E1E1E1. Windows color (decimal): -4850981 or 14416565. OLE color: 14416565.
HSL color Cylindrical-coordinate representation of color #B5FADB: hue angle of 153.04º 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 #B5FADB is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 219 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.02 |
| HSL | 153.04º | 0.87% | 0.85% | - |
| HSV(B) | 153.04º | 0.28% | 0.98% | - |
| XYZ | 66.03 | 83.31 | 79.62 | - |
| YUV | 225.84 | 124.14 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 219 | 0.28 | 0 | 0.12 | 0.02 | 153.04 | 0.87 | 0.85 |
| Hex | B5 | FA | DB | 1C | 0 | C | 2 | 99 | 57 | 55 |
| Octal | 265 | 372 | 333 | 34 | 0 | 14 | 2 | 231 | 127 | 125 |
| Binary | 10110101 | 11111010 | 11011011 | 11100 | 0 | 1100 | 10 | 10011001 | 1010111 | 1010101 |
Color Harmonies of #B5FADB
Complementary color
Monochromatic Colors of #B5FADB
Black with #B5FADB
Text Example
Text Example
White with #B5FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FADB; }
p { color: rgb(181,250,219); }
H1.HeaderClassName
{
color: #B5FADB;
}
.AnyTagClassName
{
color: #B5FADB;
}
</style>
background-color css
<style>
a { background-color: #B5FADB; }
a { background-color: rgb(181,250,219); }
div.DivClassName
{
background-color: #B5FADB;
}
.BgClassName
{
background-color: #B5FADB;
}
</style>
border-color css
<style>
span { border-color: #B5FADB; }
span { border-color: rgb(181,250,219); }
td.TdClassName
{
border-color: #B5FADB;
}
.TagClassName
{
border-color: #B5FADB;
}
</style>