Shades of Magic Mint #B2FCCA
Tints of Magic Mint #B2FCCA
RGB
CMYK
RGB Variations
Color information
#B2FCCA (or 0xB2FCCA) is known color: Magic Mint. HEX triplet: B2, FC and CA. RGB value is (178,252,202). Sum of RGB (Red+Green+Blue) = 178+252+202=632 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.16% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCCA is #4D0335. Grayscale: #E0E0E0. Windows color (decimal): -5047094 or 13302962. OLE color: 13302962.
HSL color Cylindrical-coordinate representation of color #B2FCCA: hue angle of 139.46º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCCA is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 202 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.01 |
| HSL | 139.46º | 0.93% | 0.84% | - |
| HSV(B) | 139.46º | 0.29% | 0.99% | - |
| XYZ | 63.83 | 83.35 | 68.6 | - |
| YUV | 224.17 | 115.48 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 202 | 0.29 | 0 | 0.20 | 0.01 | 139.46 | 0.93 | 0.84 |
| Hex | B2 | FC | CA | 1D | 0 | 14 | 1 | 8B | 5C | 54 |
| Octal | 262 | 374 | 312 | 35 | 0 | 24 | 1 | 213 | 134 | 124 |
| Binary | 10110010 | 11111100 | 11001010 | 11101 | 0 | 10100 | 1 | 10001011 | 1011100 | 1010100 |
Color Harmonies of #B2FCCA
Complementary color
Monochromatic Colors of #B2FCCA
Black with #B2FCCA
Text Example
Text Example
White with #B2FCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FCCA; }
p { color: rgb(178,252,202); }
H1.HeaderClassName
{
color: #B2FCCA;
}
.AnyTagClassName
{
color: #B2FCCA;
}
</style>
background-color css
<style>
a { background-color: #B2FCCA; }
a { background-color: rgb(178,252,202); }
div.DivClassName
{
background-color: #B2FCCA;
}
.BgClassName
{
background-color: #B2FCCA;
}
</style>
border-color css
<style>
span { border-color: #B2FCCA; }
span { border-color: rgb(178,252,202); }
td.TdClassName
{
border-color: #B2FCCA;
}
.TagClassName
{
border-color: #B2FCCA;
}
</style>