Shades of Magic Mint #B0F3CC
Tints of Magic Mint #B0F3CC
RGB
CMYK
RGB Variations
Color information
#B0F3CC (or 0xB0F3CC) is known color: Magic Mint. HEX triplet: B0, F3 and CC. RGB value is (176,243,204). Sum of RGB (Red+Green+Blue) = 176+243+204=623 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.25% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F3CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F3CC is #4F0C33. Grayscale: #DADADA. Windows color (decimal): -5180468 or 13431728. OLE color: 13431728.
HSL color Cylindrical-coordinate representation of color #B0F3CC: hue angle of 145.07º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F3CC is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 243 | 204 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.05 |
| HSL | 145.07º | 0.74% | 0.82% | - |
| HSV(B) | 145.07º | 0.28% | 0.95% | - |
| XYZ | 60.85 | 77.69 | 68.92 | - |
| YUV | 218.52 | 119.8 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 243 | 204 | 0.28 | 0 | 0.16 | 0.05 | 145.07 | 0.74 | 0.82 |
| Hex | B0 | F3 | CC | 1C | 0 | 10 | 5 | 91 | 4A | 52 |
| Octal | 260 | 363 | 314 | 34 | 0 | 20 | 5 | 221 | 112 | 122 |
| Binary | 10110000 | 11110011 | 11001100 | 11100 | 0 | 10000 | 101 | 10010001 | 1001010 | 1010010 |
Color Harmonies of #B0F3CC
Complementary color
Monochromatic Colors of #B0F3CC
Black with #B0F3CC
Text Example
Text Example
White with #B0F3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F3CC; }
p { color: rgb(176,243,204); }
H1.HeaderClassName
{
color: #B0F3CC;
}
.AnyTagClassName
{
color: #B0F3CC;
}
</style>
background-color css
<style>
a { background-color: #B0F3CC; }
a { background-color: rgb(176,243,204); }
div.DivClassName
{
background-color: #B0F3CC;
}
.BgClassName
{
background-color: #B0F3CC;
}
</style>
border-color css
<style>
span { border-color: #B0F3CC; }
span { border-color: rgb(176,243,204); }
td.TdClassName
{
border-color: #B0F3CC;
}
.TagClassName
{
border-color: #B0F3CC;
}
</style>