Shades of Magic Mint #B2F9CA
Tints of Magic Mint #B2F9CA
RGB
CMYK
RGB Variations
Color information
#B2F9CA (or 0xB2F9CA) is known color: Magic Mint. HEX triplet: B2, F9 and CA. RGB value is (178,249,202). Sum of RGB (Red+Green+Blue) = 178+249+202=629 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.30% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F9CA is #4D0635. Grayscale: #DEDEDE. Windows color (decimal): -5047862 or 13302194. OLE color: 13302194.
HSL color Cylindrical-coordinate representation of color #B2F9CA: hue angle of 140.28º 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 #B2F9CA is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 202 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.02 |
| HSL | 140.28º | 0.86% | 0.84% | - |
| HSV(B) | 140.28º | 0.29% | 0.98% | - |
| XYZ | 62.9 | 81.48 | 68.29 | - |
| YUV | 222.41 | 116.48 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 202 | 0.29 | 0 | 0.19 | 0.02 | 140.28 | 0.86 | 0.84 |
| Hex | B2 | F9 | CA | 1D | 0 | 13 | 2 | 8C | 56 | 54 |
| Octal | 262 | 371 | 312 | 35 | 0 | 23 | 2 | 214 | 126 | 124 |
| Binary | 10110010 | 11111001 | 11001010 | 11101 | 0 | 10011 | 10 | 10001100 | 1010110 | 1010100 |
Color Harmonies of #B2F9CA
Complementary color
Monochromatic Colors of #B2F9CA
Black with #B2F9CA
Text Example
Text Example
White with #B2F9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F9CA; }
p { color: rgb(178,249,202); }
H1.HeaderClassName
{
color: #B2F9CA;
}
.AnyTagClassName
{
color: #B2F9CA;
}
</style>
background-color css
<style>
a { background-color: #B2F9CA; }
a { background-color: rgb(178,249,202); }
div.DivClassName
{
background-color: #B2F9CA;
}
.BgClassName
{
background-color: #B2F9CA;
}
</style>
border-color css
<style>
span { border-color: #B2F9CA; }
span { border-color: rgb(178,249,202); }
td.TdClassName
{
border-color: #B2F9CA;
}
.TagClassName
{
border-color: #B2F9CA;
}
</style>