Shades of Magic Mint #B0EECF
Tints of Magic Mint #B0EECF
RGB
CMYK
RGB Variations
Color information
#B0EECF (or 0xB0EECF) is known color: Magic Mint. HEX triplet: B0, EE and CF. RGB value is (176,238,207). Sum of RGB (Red+Green+Blue) = 176+238+207=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EECF is #4F1130. Grayscale: #D7D7D7. Windows color (decimal): -5181745 or 13627056. OLE color: 13627056.
HSL color Cylindrical-coordinate representation of color #B0EECF: hue angle of 150º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EECF is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 207 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.07 |
| HSL | 150º | 0.65% | 0.81% | - |
| HSV(B) | 150º | 0.26% | 0.93% | - |
| XYZ | 59.74 | 74.88 | 70.34 | - |
| YUV | 215.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 207 | 0.26 | 0 | 0.13 | 0.07 | 150 | 0.65 | 0.81 |
| Hex | B0 | EE | CF | 1A | 0 | D | 7 | 96 | 41 | 51 |
| Octal | 260 | 356 | 317 | 32 | 0 | 15 | 7 | 226 | 101 | 121 |
| Binary | 10110000 | 11101110 | 11001111 | 11010 | 0 | 1101 | 111 | 10010110 | 1000001 | 1010001 |
Color Harmonies of #B0EECF
Complementary color
Monochromatic Colors of #B0EECF
Black with #B0EECF
Text Example
Text Example
White with #B0EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EECF; }
p { color: rgb(176,238,207); }
H1.HeaderClassName
{
color: #B0EECF;
}
.AnyTagClassName
{
color: #B0EECF;
}
</style>
background-color css
<style>
a { background-color: #B0EECF; }
a { background-color: rgb(176,238,207); }
div.DivClassName
{
background-color: #B0EECF;
}
.BgClassName
{
background-color: #B0EECF;
}
</style>
border-color css
<style>
span { border-color: #B0EECF; }
span { border-color: rgb(176,238,207); }
td.TdClassName
{
border-color: #B0EECF;
}
.TagClassName
{
border-color: #B0EECF;
}
</style>