Shades of Magic Mint #B3FDDD
Tints of Magic Mint #B3FDDD
RGB
CMYK
RGB Variations
Color information
#B3FDDD (or 0xB3FDDD) is known color: Magic Mint. HEX triplet: B3, FD and DD. RGB value is (179,253,221). Sum of RGB (Red+Green+Blue) = 179+253+221=653 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.41% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FDDD is #4C0222. Grayscale: #E3E3E3. Windows color (decimal): -4981283 or 14548403. OLE color: 14548403.
HSL color Cylindrical-coordinate representation of color #B3FDDD: hue angle of 154.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 #B3FDDD is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 253 | 221 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.01 |
| HSL | 154.05º | 0.95% | 0.85% | - |
| HSV(B) | 154.05º | 0.29% | 0.99% | - |
| XYZ | 66.77 | 85.05 | 81.3 | - |
| YUV | 227.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 253 | 221 | 0.29 | 0 | 0.13 | 0.01 | 154.05 | 0.95 | 0.85 |
| Hex | B3 | FD | DD | 1D | 0 | D | 1 | 9A | 5F | 55 |
| Octal | 263 | 375 | 335 | 35 | 0 | 15 | 1 | 232 | 137 | 125 |
| Binary | 10110011 | 11111101 | 11011101 | 11101 | 0 | 1101 | 1 | 10011010 | 1011111 | 1010101 |
Color Harmonies of #B3FDDD
Complementary color
Monochromatic Colors of #B3FDDD
Black with #B3FDDD
Text Example
Text Example
White with #B3FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FDDD; }
p { color: rgb(179,253,221); }
H1.HeaderClassName
{
color: #B3FDDD;
}
.AnyTagClassName
{
color: #B3FDDD;
}
</style>
background-color css
<style>
a { background-color: #B3FDDD; }
a { background-color: rgb(179,253,221); }
div.DivClassName
{
background-color: #B3FDDD;
}
.BgClassName
{
background-color: #B3FDDD;
}
</style>
border-color css
<style>
span { border-color: #B3FDDD; }
span { border-color: rgb(179,253,221); }
td.TdClassName
{
border-color: #B3FDDD;
}
.TagClassName
{
border-color: #B3FDDD;
}
</style>