Shades of Magic Mint #B2F9CC
Tints of Magic Mint #B2F9CC
RGB
CMYK
RGB Variations
Color information
#B2F9CC (or 0xB2F9CC) is known color: Magic Mint. HEX triplet: B2, F9 and CC. RGB value is (178,249,204). Sum of RGB (Red+Green+Blue) = 178+249+204=631 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.21% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F9CC is #4D0633. Grayscale: #DEDEDE. Windows color (decimal): -5047860 or 13433266. OLE color: 13433266.
HSL color Cylindrical-coordinate representation of color #B2F9CC: hue angle of 141.97º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2F9CC is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 204 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.02 |
| HSL | 141.97º | 0.86% | 0.84% | - |
| HSV(B) | 141.97º | 0.29% | 0.98% | - |
| XYZ | 63.13 | 81.58 | 69.54 | - |
| YUV | 222.64 | 117.48 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 204 | 0.29 | 0 | 0.18 | 0.02 | 141.97 | 0.86 | 0.84 |
| Hex | B2 | F9 | CC | 1D | 0 | 12 | 2 | 8E | 56 | 54 |
| Octal | 262 | 371 | 314 | 35 | 0 | 22 | 2 | 216 | 126 | 124 |
| Binary | 10110010 | 11111001 | 11001100 | 11101 | 0 | 10010 | 10 | 10001110 | 1010110 | 1010100 |
Color Harmonies of #B2F9CC
Complementary color
Monochromatic Colors of #B2F9CC
Black with #B2F9CC
Text Example
Text Example
White with #B2F9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F9CC; }
p { color: rgb(178,249,204); }
H1.HeaderClassName
{
color: #B2F9CC;
}
.AnyTagClassName
{
color: #B2F9CC;
}
</style>
background-color css
<style>
a { background-color: #B2F9CC; }
a { background-color: rgb(178,249,204); }
div.DivClassName
{
background-color: #B2F9CC;
}
.BgClassName
{
background-color: #B2F9CC;
}
</style>
border-color css
<style>
span { border-color: #B2F9CC; }
span { border-color: rgb(178,249,204); }
td.TdClassName
{
border-color: #B2F9CC;
}
.TagClassName
{
border-color: #B2F9CC;
}
</style>