Shades of Magic Mint #B3EECE
Tints of Magic Mint #B3EECE
RGB
CMYK
RGB Variations
Color information
#B3EECE (or 0xB3EECE) is known color: Magic Mint. HEX triplet: B3, EE and CE. RGB value is (179,238,206). Sum of RGB (Red+Green+Blue) = 179+238+206=623 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.73% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EECE is #4C1131. Grayscale: #D8D8D8. Windows color (decimal): -4985138 or 13561523. OLE color: 13561523.
HSL color Cylindrical-coordinate representation of color #B3EECE: hue angle of 147.46º 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 #B3EECE is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 238 | 206 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.07 |
| HSL | 147.46º | 0.63% | 0.82% | - |
| HSV(B) | 147.46º | 0.25% | 0.93% | - |
| XYZ | 60.31 | 75.19 | 69.73 | - |
| YUV | 216.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 238 | 206 | 0.25 | 0 | 0.13 | 0.07 | 147.46 | 0.63 | 0.82 |
| Hex | B3 | EE | CE | 19 | 0 | D | 7 | 93 | 3F | 52 |
| Octal | 263 | 356 | 316 | 31 | 0 | 15 | 7 | 223 | 77 | 122 |
| Binary | 10110011 | 11101110 | 11001110 | 11001 | 0 | 1101 | 111 | 10010011 | 111111 | 1010010 |
Color Harmonies of #B3EECE
Complementary color
Monochromatic Colors of #B3EECE
Black with #B3EECE
Text Example
Text Example
White with #B3EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EECE; }
p { color: rgb(179,238,206); }
H1.HeaderClassName
{
color: #B3EECE;
}
.AnyTagClassName
{
color: #B3EECE;
}
</style>
background-color css
<style>
a { background-color: #B3EECE; }
a { background-color: rgb(179,238,206); }
div.DivClassName
{
background-color: #B3EECE;
}
.BgClassName
{
background-color: #B3EECE;
}
</style>
border-color css
<style>
span { border-color: #B3EECE; }
span { border-color: rgb(179,238,206); }
td.TdClassName
{
border-color: #B3EECE;
}
.TagClassName
{
border-color: #B3EECE;
}
</style>