Shades of Magic Mint #B4FDDB
Tints of Magic Mint #B4FDDB
RGB
CMYK
RGB Variations
Color information
#B4FDDB (or 0xB4FDDB) is known color: Magic Mint. HEX triplet: B4, FD and DB. RGB value is (180,253,219). Sum of RGB (Red+Green+Blue) = 180+253+219=652 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.61% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FDDB is #4B0224. Grayscale: #E3E3E3. Windows color (decimal): -4915749 or 14417332. OLE color: 14417332.
HSL color Cylindrical-coordinate representation of color #B4FDDB: hue angle of 152.05º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FDDB is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 253 | 219 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.01 |
| HSL | 152.05º | 0.95% | 0.85% | - |
| HSV(B) | 152.05º | 0.29% | 0.99% | - |
| XYZ | 66.73 | 85.07 | 79.92 | - |
| YUV | 227.3 | 123.32 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 253 | 219 | 0.29 | 0 | 0.13 | 0.01 | 152.05 | 0.95 | 0.85 |
| Hex | B4 | FD | DB | 1D | 0 | D | 1 | 98 | 5F | 55 |
| Octal | 264 | 375 | 333 | 35 | 0 | 15 | 1 | 230 | 137 | 125 |
| Binary | 10110100 | 11111101 | 11011011 | 11101 | 0 | 1101 | 1 | 10011000 | 1011111 | 1010101 |
Color Harmonies of #B4FDDB
Complementary color
Monochromatic Colors of #B4FDDB
Black with #B4FDDB
Text Example
Text Example
White with #B4FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FDDB; }
p { color: rgb(180,253,219); }
H1.HeaderClassName
{
color: #B4FDDB;
}
.AnyTagClassName
{
color: #B4FDDB;
}
</style>
background-color css
<style>
a { background-color: #B4FDDB; }
a { background-color: rgb(180,253,219); }
div.DivClassName
{
background-color: #B4FDDB;
}
.BgClassName
{
background-color: #B4FDDB;
}
</style>
border-color css
<style>
span { border-color: #B4FDDB; }
span { border-color: rgb(180,253,219); }
td.TdClassName
{
border-color: #B4FDDB;
}
.TagClassName
{
border-color: #B4FDDB;
}
</style>