Shades of Magic Mint #B3EED0
Tints of Magic Mint #B3EED0
RGB
CMYK
RGB Variations
Color information
#B3EED0 (or 0xB3EED0) is known color: Magic Mint. HEX triplet: B3, EE and D0. RGB value is (179,238,208). Sum of RGB (Red+Green+Blue) = 179+238+208=625 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.64% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EED0 is #4C112F. Grayscale: #D8D8D8. Windows color (decimal): -4985136 or 13692595. OLE color: 13692595.
HSL color Cylindrical-coordinate representation of color #B3EED0: hue angle of 149.49º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EED0 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 238 | 208 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.07 |
| HSL | 149.49º | 0.63% | 0.82% | - |
| HSV(B) | 149.49º | 0.25% | 0.93% | - |
| XYZ | 60.55 | 75.29 | 71.02 | - |
| YUV | 216.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 238 | 208 | 0.25 | 0 | 0.13 | 0.07 | 149.49 | 0.63 | 0.82 |
| Hex | B3 | EE | D0 | 19 | 0 | D | 7 | 95 | 3F | 52 |
| Octal | 263 | 356 | 320 | 31 | 0 | 15 | 7 | 225 | 77 | 122 |
| Binary | 10110011 | 11101110 | 11010000 | 11001 | 0 | 1101 | 111 | 10010101 | 111111 | 1010010 |
Color Harmonies of #B3EED0
Complementary color
Monochromatic Colors of #B3EED0
Black with #B3EED0
Text Example
Text Example
White with #B3EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EED0; }
p { color: rgb(179,238,208); }
H1.HeaderClassName
{
color: #B3EED0;
}
.AnyTagClassName
{
color: #B3EED0;
}
</style>
background-color css
<style>
a { background-color: #B3EED0; }
a { background-color: rgb(179,238,208); }
div.DivClassName
{
background-color: #B3EED0;
}
.BgClassName
{
background-color: #B3EED0;
}
</style>
border-color css
<style>
span { border-color: #B3EED0; }
span { border-color: rgb(179,238,208); }
td.TdClassName
{
border-color: #B3EED0;
}
.TagClassName
{
border-color: #B3EED0;
}
</style>