Shades of Magic Mint #B5FDDD
Tints of Magic Mint #B5FDDD
RGB
CMYK
RGB Variations
Color information
#B5FDDD (or 0xB5FDDD) is known color: Magic Mint. HEX triplet: B5, FD and DD. RGB value is (181,253,221). Sum of RGB (Red+Green+Blue) = 181+253+221=655 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.63% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FDDD is #4A0222. Grayscale: #E3E3E3. Windows color (decimal): -4850211 or 14548405. OLE color: 14548405.
HSL color Cylindrical-coordinate representation of color #B5FDDD: hue angle of 153.33º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FDDD is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 253 | 221 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.01 |
| HSL | 153.33º | 0.95% | 0.85% | - |
| HSV(B) | 153.33º | 0.28% | 0.99% | - |
| XYZ | 67.23 | 85.29 | 81.33 | - |
| YUV | 227.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 253 | 221 | 0.28 | 0 | 0.13 | 0.01 | 153.33 | 0.95 | 0.85 |
| Hex | B5 | FD | DD | 1C | 0 | D | 1 | 99 | 5F | 55 |
| Octal | 265 | 375 | 335 | 34 | 0 | 15 | 1 | 231 | 137 | 125 |
| Binary | 10110101 | 11111101 | 11011101 | 11100 | 0 | 1101 | 1 | 10011001 | 1011111 | 1010101 |
Color Harmonies of #B5FDDD
Complementary color
Monochromatic Colors of #B5FDDD
Black with #B5FDDD
Text Example
Text Example
White with #B5FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FDDD; }
p { color: rgb(181,253,221); }
H1.HeaderClassName
{
color: #B5FDDD;
}
.AnyTagClassName
{
color: #B5FDDD;
}
</style>
background-color css
<style>
a { background-color: #B5FDDD; }
a { background-color: rgb(181,253,221); }
div.DivClassName
{
background-color: #B5FDDD;
}
.BgClassName
{
background-color: #B5FDDD;
}
</style>
border-color css
<style>
span { border-color: #B5FDDD; }
span { border-color: rgb(181,253,221); }
td.TdClassName
{
border-color: #B5FDDD;
}
.TagClassName
{
border-color: #B5FDDD;
}
</style>