Shades of Magic Mint #B5FFDB
Tints of Magic Mint #B5FFDB
RGB
CMYK
RGB Variations
Color information
#B5FFDB (or 0xB5FFDB) is known color: Magic Mint. HEX triplet: B5, FF and DB. RGB value is (181,255,219). Sum of RGB (Red+Green+Blue) = 181+255+219=655 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.63% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFDB is #4A0024. Grayscale: #E4E4E4. Windows color (decimal): -4849701 or 14417845. OLE color: 14417845.
HSL color Cylindrical-coordinate representation of color #B5FFDB: hue angle of 150.81º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FFDB is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 219 | - |
| CMYK | 0.29 | 0 | 0.14 | 0 |
| HSL | 150.81º | 1% | 0.85% | - |
| HSV(B) | 150.81º | 0.29% | 1% | - |
| XYZ | 67.6 | 86.46 | 80.14 | - |
| YUV | 228.77 | 122.48 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 219 | 0.29 | 0 | 0.14 | 0 | 150.81 | 1 | 0.85 |
| Hex | B5 | FF | DB | 1D | 0 | E | 0 | 97 | 64 | 55 |
| Octal | 265 | 377 | 333 | 35 | 0 | 16 | 0 | 227 | 144 | 125 |
| Binary | 10110101 | 11111111 | 11011011 | 11101 | 0 | 1110 | 0 | 10010111 | 1100100 | 1010101 |
Color Harmonies of #B5FFDB
Complementary color
Monochromatic Colors of #B5FFDB
Black with #B5FFDB
Text Example
Text Example
White with #B5FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFDB; }
p { color: rgb(181,255,219); }
H1.HeaderClassName
{
color: #B5FFDB;
}
.AnyTagClassName
{
color: #B5FFDB;
}
</style>
background-color css
<style>
a { background-color: #B5FFDB; }
a { background-color: rgb(181,255,219); }
div.DivClassName
{
background-color: #B5FFDB;
}
.BgClassName
{
background-color: #B5FFDB;
}
</style>
border-color css
<style>
span { border-color: #B5FFDB; }
span { border-color: rgb(181,255,219); }
td.TdClassName
{
border-color: #B5FFDB;
}
.TagClassName
{
border-color: #B5FFDB;
}
</style>