Shades of Magic Mint #B3F3CE
Tints of Magic Mint #B3F3CE
RGB
CMYK
RGB Variations
Color information
#B3F3CE (or 0xB3F3CE) is known color: Magic Mint. HEX triplet: B3, F3 and CE. RGB value is (179,243,206). Sum of RGB (Red+Green+Blue) = 179+243+206=628 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.50% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #B3F3CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F3CE is #4C0C31. Grayscale: #DBDBDB. Windows color (decimal): -4983858 or 13562803. OLE color: 13562803.
HSL color Cylindrical-coordinate representation of color #B3F3CE: hue angle of 145.31º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F3CE is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 243 | 206 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.05 |
| HSL | 145.31º | 0.73% | 0.83% | - |
| HSV(B) | 145.31º | 0.26% | 0.95% | - |
| XYZ | 61.78 | 78.14 | 70.22 | - |
| YUV | 219.65 | 120.3 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 243 | 206 | 0.26 | 0 | 0.15 | 0.05 | 145.31 | 0.73 | 0.83 |
| Hex | B3 | F3 | CE | 1A | 0 | F | 5 | 91 | 49 | 53 |
| Octal | 263 | 363 | 316 | 32 | 0 | 17 | 5 | 221 | 111 | 123 |
| Binary | 10110011 | 11110011 | 11001110 | 11010 | 0 | 1111 | 101 | 10010001 | 1001001 | 1010011 |
Color Harmonies of #B3F3CE
Complementary color
Monochromatic Colors of #B3F3CE
Black with #B3F3CE
Text Example
Text Example
White with #B3F3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F3CE; }
p { color: rgb(179,243,206); }
H1.HeaderClassName
{
color: #B3F3CE;
}
.AnyTagClassName
{
color: #B3F3CE;
}
</style>
background-color css
<style>
a { background-color: #B3F3CE; }
a { background-color: rgb(179,243,206); }
div.DivClassName
{
background-color: #B3F3CE;
}
.BgClassName
{
background-color: #B3F3CE;
}
</style>
border-color css
<style>
span { border-color: #B3F3CE; }
span { border-color: rgb(179,243,206); }
td.TdClassName
{
border-color: #B3F3CE;
}
.TagClassName
{
border-color: #B3F3CE;
}
</style>