Shades of Magic Mint #B3F1CE
Tints of Magic Mint #B3F1CE
RGB
CMYK
RGB Variations
Color information
#B3F1CE (or 0xB3F1CE) is known color: Magic Mint. HEX triplet: B3, F1 and CE. RGB value is (179,241,206). Sum of RGB (Red+Green+Blue) = 179+241+206=626 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.59% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1CE is #4C0E31. Grayscale: #DADADA. Windows color (decimal): -4984370 or 13562291. OLE color: 13562291.
HSL color Cylindrical-coordinate representation of color #B3F1CE: hue angle of 146.13º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F1CE is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 206 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.05 |
| HSL | 146.13º | 0.69% | 0.82% | - |
| HSV(B) | 146.13º | 0.26% | 0.95% | - |
| XYZ | 61.19 | 76.95 | 70.02 | - |
| YUV | 218.47 | 120.96 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 206 | 0.26 | 0 | 0.15 | 0.05 | 146.13 | 0.69 | 0.82 |
| Hex | B3 | F1 | CE | 1A | 0 | F | 5 | 92 | 45 | 52 |
| Octal | 263 | 361 | 316 | 32 | 0 | 17 | 5 | 222 | 105 | 122 |
| Binary | 10110011 | 11110001 | 11001110 | 11010 | 0 | 1111 | 101 | 10010010 | 1000101 | 1010010 |
Color Harmonies of #B3F1CE
Complementary color
Monochromatic Colors of #B3F1CE
Black with #B3F1CE
Text Example
Text Example
White with #B3F1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F1CE; }
p { color: rgb(179,241,206); }
H1.HeaderClassName
{
color: #B3F1CE;
}
.AnyTagClassName
{
color: #B3F1CE;
}
</style>
background-color css
<style>
a { background-color: #B3F1CE; }
a { background-color: rgb(179,241,206); }
div.DivClassName
{
background-color: #B3F1CE;
}
.BgClassName
{
background-color: #B3F1CE;
}
</style>
border-color css
<style>
span { border-color: #B3F1CE; }
span { border-color: rgb(179,241,206); }
td.TdClassName
{
border-color: #B3F1CE;
}
.TagClassName
{
border-color: #B3F1CE;
}
</style>