Shades of Magic Mint #B1F9CA
Tints of Magic Mint #B1F9CA
RGB
CMYK
RGB Variations
Color information
#B1F9CA (or 0xB1F9CA) is known color: Magic Mint. HEX triplet: B1, F9 and CA. RGB value is (177,249,202). Sum of RGB (Red+Green+Blue) = 177+249+202=628 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.18% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F9CA is #4E0635. Grayscale: #DEDEDE. Windows color (decimal): -5113398 or 13302193. OLE color: 13302193.
HSL color Cylindrical-coordinate representation of color #B1F9CA: hue angle of 140.83º 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 #B1F9CA is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 249 | 202 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.02 |
| HSL | 140.83º | 0.86% | 0.84% | - |
| HSV(B) | 140.83º | 0.29% | 0.98% | - |
| XYZ | 62.67 | 81.36 | 68.28 | - |
| YUV | 222.11 | 116.65 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 249 | 202 | 0.29 | 0 | 0.19 | 0.02 | 140.83 | 0.86 | 0.84 |
| Hex | B1 | F9 | CA | 1D | 0 | 13 | 2 | 8D | 56 | 54 |
| Octal | 261 | 371 | 312 | 35 | 0 | 23 | 2 | 215 | 126 | 124 |
| Binary | 10110001 | 11111001 | 11001010 | 11101 | 0 | 10011 | 10 | 10001101 | 1010110 | 1010100 |
Color Harmonies of #B1F9CA
Complementary color
Monochromatic Colors of #B1F9CA
Black with #B1F9CA
Text Example
Text Example
White with #B1F9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F9CA; }
p { color: rgb(177,249,202); }
H1.HeaderClassName
{
color: #B1F9CA;
}
.AnyTagClassName
{
color: #B1F9CA;
}
</style>
background-color css
<style>
a { background-color: #B1F9CA; }
a { background-color: rgb(177,249,202); }
div.DivClassName
{
background-color: #B1F9CA;
}
.BgClassName
{
background-color: #B1F9CA;
}
</style>
border-color css
<style>
span { border-color: #B1F9CA; }
span { border-color: rgb(177,249,202); }
td.TdClassName
{
border-color: #B1F9CA;
}
.TagClassName
{
border-color: #B1F9CA;
}
</style>