Shades of Magic Mint #B3EECF
Tints of Magic Mint #B3EECF
RGB
CMYK
RGB Variations
Color information
#B3EECF (or 0xB3EECF) is known color: Magic Mint. HEX triplet: B3, EE and CF. RGB value is (179,238,207). Sum of RGB (Red+Green+Blue) = 179+238+207=624 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.69% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EECF is #4C1130. Grayscale: #D8D8D8. Windows color (decimal): -4985137 or 13627059. OLE color: 13627059.
HSL color Cylindrical-coordinate representation of color #B3EECF: hue angle of 148.47º 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 #B3EECF is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 238 | 207 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.07 |
| HSL | 148.47º | 0.63% | 0.82% | - |
| HSV(B) | 148.47º | 0.25% | 0.93% | - |
| XYZ | 60.43 | 75.24 | 70.37 | - |
| YUV | 216.83 | 122.45 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 238 | 207 | 0.25 | 0 | 0.13 | 0.07 | 148.47 | 0.63 | 0.82 |
| Hex | B3 | EE | CF | 19 | 0 | D | 7 | 94 | 3F | 52 |
| Octal | 263 | 356 | 317 | 31 | 0 | 15 | 7 | 224 | 77 | 122 |
| Binary | 10110011 | 11101110 | 11001111 | 11001 | 0 | 1101 | 111 | 10010100 | 111111 | 1010010 |
Color Harmonies of #B3EECF
Complementary color
Monochromatic Colors of #B3EECF
Black with #B3EECF
Text Example
Text Example
White with #B3EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EECF; }
p { color: rgb(179,238,207); }
H1.HeaderClassName
{
color: #B3EECF;
}
.AnyTagClassName
{
color: #B3EECF;
}
</style>
background-color css
<style>
a { background-color: #B3EECF; }
a { background-color: rgb(179,238,207); }
div.DivClassName
{
background-color: #B3EECF;
}
.BgClassName
{
background-color: #B3EECF;
}
</style>
border-color css
<style>
span { border-color: #B3EECF; }
span { border-color: rgb(179,238,207); }
td.TdClassName
{
border-color: #B3EECF;
}
.TagClassName
{
border-color: #B3EECF;
}
</style>