Shades of Magic Mint #B3EACF
Tints of Magic Mint #B3EACF
RGB
CMYK
RGB Variations
Color information
#B3EACF (or 0xB3EACF) is known color: Magic Mint. HEX triplet: B3, EA and CF. RGB value is (179,234,207). Sum of RGB (Red+Green+Blue) = 179+234+207=620 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.87% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #B3EACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EACF is #4C1530. Grayscale: #D6D6D6. Windows color (decimal): -4986161 or 13626035. OLE color: 13626035.
HSL color Cylindrical-coordinate representation of color #B3EACF: hue angle of 150.55º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EACF is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 234 | 207 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.08 |
| HSL | 150.55º | 0.57% | 0.81% | - |
| HSV(B) | 150.55º | 0.24% | 0.92% | - |
| XYZ | 59.28 | 72.93 | 69.99 | - |
| YUV | 214.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 234 | 207 | 0.24 | 0 | 0.12 | 0.08 | 150.55 | 0.57 | 0.81 |
| Hex | B3 | EA | CF | 18 | 0 | C | 8 | 97 | 39 | 51 |
| Octal | 263 | 352 | 317 | 30 | 0 | 14 | 10 | 227 | 71 | 121 |
| Binary | 10110011 | 11101010 | 11001111 | 11000 | 0 | 1100 | 1000 | 10010111 | 111001 | 1010001 |
Color Harmonies of #B3EACF
Complementary color
Monochromatic Colors of #B3EACF
Black with #B3EACF
Text Example
Text Example
White with #B3EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EACF; }
p { color: rgb(179,234,207); }
H1.HeaderClassName
{
color: #B3EACF;
}
.AnyTagClassName
{
color: #B3EACF;
}
</style>
background-color css
<style>
a { background-color: #B3EACF; }
a { background-color: rgb(179,234,207); }
div.DivClassName
{
background-color: #B3EACF;
}
.BgClassName
{
background-color: #B3EACF;
}
</style>
border-color css
<style>
span { border-color: #B3EACF; }
span { border-color: rgb(179,234,207); }
td.TdClassName
{
border-color: #B3EACF;
}
.TagClassName
{
border-color: #B3EACF;
}
</style>