Shades of Magic Mint #B5FDDB
Tints of Magic Mint #B5FDDB
RGB
CMYK
RGB Variations
Color information
#B5FDDB (or 0xB5FDDB) is known color: Magic Mint. HEX triplet: B5, FD and DB. RGB value is (181,253,219). Sum of RGB (Red+Green+Blue) = 181+253+219=653 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.72% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FDDB is #4A0224. Grayscale: #E3E3E3. Windows color (decimal): -4850213 or 14417333. OLE color: 14417333.
HSL color Cylindrical-coordinate representation of color #B5FDDB: hue angle of 151.67º 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 #B5FDDB is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 181 | 253 | 219 | - |
CMYK | 0.28 | 0 | 0.13 | 0.01 |
HSL | 151.67º | 0.95% | 0.85% | - |
HSV(B) | 151.67º | 0.28% | 0.99% | - |
XYZ | 66.97 | 85.19 | 79.93 | - |
YUV | 227.6 | 123.15 | 94.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 253 | 219 | 0.28 | 0 | 0.13 | 0.01 | 151.67 | 0.95 | 0.85 |
Hex | B5 | FD | DB | 1C | 0 | D | 1 | 98 | 5F | 55 |
Octal | 265 | 375 | 333 | 34 | 0 | 15 | 1 | 230 | 137 | 125 |
Binary | 10110101 | 11111101 | 11011011 | 11100 | 0 | 1101 | 1 | 10011000 | 1011111 | 1010101 |
Color Harmonies of #B5FDDB
Complementary color
Monochromatic Colors of #B5FDDB
Black with #B5FDDB
Text Example
Text Example
White with #B5FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FDDB; }
p { color: rgb(181,253,219); }
H1.HeaderClassName
{
color: #B5FDDB;
}
.AnyTagClassName
{
color: #B5FDDB;
}
</style>
background-color css
<style>
a { background-color: #B5FDDB; }
a { background-color: rgb(181,253,219); }
div.DivClassName
{
background-color: #B5FDDB;
}
.BgClassName
{
background-color: #B5FDDB;
}
</style>
border-color css
<style>
span { border-color: #B5FDDB; }
span { border-color: rgb(181,253,219); }
td.TdClassName
{
border-color: #B5FDDB;
}
.TagClassName
{
border-color: #B5FDDB;
}
</style>