Shades of Magic Mint #B6FDDD
Tints of Magic Mint #B6FDDD
RGB
CMYK
RGB Variations
Color information
#B6FDDD (or 0xB6FDDD) is known color: Magic Mint. HEX triplet: B6, FD and DD. RGB value is (182,253,221). Sum of RGB (Red+Green+Blue) = 182+253+221=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FDDD is #490222. Grayscale: #E4E4E4. Windows color (decimal): -4784675 or 14548406. OLE color: 14548406.
HSL color Cylindrical-coordinate representation of color #B6FDDD: hue angle of 152.96º 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 #B6FDDD is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 182 | 253 | 221 | - |
CMYK | 0.28 | 0 | 0.13 | 0.01 |
HSL | 152.96º | 0.95% | 0.85% | - |
HSV(B) | 152.96º | 0.28% | 0.99% | - |
XYZ | 67.47 | 85.42 | 81.34 | - |
YUV | 228.12 | 123.98 | 95.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 253 | 221 | 0.28 | 0 | 0.13 | 0.01 | 152.96 | 0.95 | 0.85 |
Hex | B6 | FD | DD | 1C | 0 | D | 1 | 99 | 5F | 55 |
Octal | 266 | 375 | 335 | 34 | 0 | 15 | 1 | 231 | 137 | 125 |
Binary | 10110110 | 11111101 | 11011101 | 11100 | 0 | 1101 | 1 | 10011001 | 1011111 | 1010101 |
Color Harmonies of #B6FDDD
Complementary color
Monochromatic Colors of #B6FDDD
Black with #B6FDDD
Text Example
Text Example
White with #B6FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FDDD; }
p { color: rgb(182,253,221); }
H1.HeaderClassName
{
color: #B6FDDD;
}
.AnyTagClassName
{
color: #B6FDDD;
}
</style>
background-color css
<style>
a { background-color: #B6FDDD; }
a { background-color: rgb(182,253,221); }
div.DivClassName
{
background-color: #B6FDDD;
}
.BgClassName
{
background-color: #B6FDDD;
}
</style>
border-color css
<style>
span { border-color: #B6FDDD; }
span { border-color: rgb(182,253,221); }
td.TdClassName
{
border-color: #B6FDDD;
}
.TagClassName
{
border-color: #B6FDDD;
}
</style>