Shades of Magic Mint #B2FDDA
Tints of Magic Mint #B2FDDA
RGB
CMYK
RGB Variations
Color information
#B2FDDA (or 0xB2FDDA) is known color: Magic Mint. HEX triplet: B2, FD and DA. RGB value is (178,253,218). Sum of RGB (Red+Green+Blue) = 178+253+218=649 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.43% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FDDA is #4D0225. Grayscale: #E2E2E2. Windows color (decimal): -5046822 or 14351794. OLE color: 14351794.
HSL color Cylindrical-coordinate representation of color #B2FDDA: hue angle of 152º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FDDA is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 178 | 253 | 218 | - |
CMYK | 0.30 | 0 | 0.14 | 0.01 |
HSL | 152º | 0.95% | 0.85% | - |
HSV(B) | 152º | 0.3% | 0.99% | - |
XYZ | 66.14 | 84.78 | 79.21 | - |
YUV | 226.59 | 123.15 | 93.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 253 | 218 | 0.30 | 0 | 0.14 | 0.01 | 152 | 0.95 | 0.85 |
Hex | B2 | FD | DA | 1E | 0 | E | 1 | 98 | 5F | 55 |
Octal | 262 | 375 | 332 | 36 | 0 | 16 | 1 | 230 | 137 | 125 |
Binary | 10110010 | 11111101 | 11011010 | 11110 | 0 | 1110 | 1 | 10011000 | 1011111 | 1010101 |
Color Harmonies of #B2FDDA
Complementary color
Monochromatic Colors of #B2FDDA
Black with #B2FDDA
Text Example
Text Example
White with #B2FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FDDA; }
p { color: rgb(178,253,218); }
H1.HeaderClassName
{
color: #B2FDDA;
}
.AnyTagClassName
{
color: #B2FDDA;
}
</style>
background-color css
<style>
a { background-color: #B2FDDA; }
a { background-color: rgb(178,253,218); }
div.DivClassName
{
background-color: #B2FDDA;
}
.BgClassName
{
background-color: #B2FDDA;
}
</style>
border-color css
<style>
span { border-color: #B2FDDA; }
span { border-color: rgb(178,253,218); }
td.TdClassName
{
border-color: #B2FDDA;
}
.TagClassName
{
border-color: #B2FDDA;
}
</style>