Shades of Magic Mint #B3E9CF
Tints of Magic Mint #B3E9CF
RGB
CMYK
RGB Variations
Color information
#B3E9CF (or 0xB3E9CF) is known color: Magic Mint. HEX triplet: B3, E9 and CF. RGB value is (179,233,207). Sum of RGB (Red+Green+Blue) = 179+233+207=619 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.92% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 233 - color contains mainly: green. Hex color #B3E9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E9CF is #4C1630. Grayscale: #D5D5D5. Windows color (decimal): -4986417 or 13625779. OLE color: 13625779.
HSL color Cylindrical-coordinate representation of color #B3E9CF: hue angle of 151.11º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3E9CF is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 233 | 207 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.09 |
| HSL | 151.11º | 0.55% | 0.81% | - |
| HSV(B) | 151.11º | 0.23% | 0.91% | - |
| XYZ | 58.99 | 72.37 | 69.89 | - |
| YUV | 213.89 | 124.11 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 233 | 207 | 0.23 | 0 | 0.11 | 0.09 | 151.11 | 0.55 | 0.81 |
| Hex | B3 | E9 | CF | 17 | 0 | B | 9 | 97 | 37 | 51 |
| Octal | 263 | 351 | 317 | 27 | 0 | 13 | 11 | 227 | 67 | 121 |
| Binary | 10110011 | 11101001 | 11001111 | 10111 | 0 | 1011 | 1001 | 10010111 | 110111 | 1010001 |
Color Harmonies of #B3E9CF
Complementary color
Monochromatic Colors of #B3E9CF
Black with #B3E9CF
Text Example
Text Example
White with #B3E9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E9CF; }
p { color: rgb(179,233,207); }
H1.HeaderClassName
{
color: #B3E9CF;
}
.AnyTagClassName
{
color: #B3E9CF;
}
</style>
background-color css
<style>
a { background-color: #B3E9CF; }
a { background-color: rgb(179,233,207); }
div.DivClassName
{
background-color: #B3E9CF;
}
.BgClassName
{
background-color: #B3E9CF;
}
</style>
border-color css
<style>
span { border-color: #B3E9CF; }
span { border-color: rgb(179,233,207); }
td.TdClassName
{
border-color: #B3E9CF;
}
.TagClassName
{
border-color: #B3E9CF;
}
</style>