Shades of Magic Mint #B6F1CE
Tints of Magic Mint #B6F1CE
RGB
CMYK
RGB Variations
Color information
#B6F1CE (or 0xB6F1CE) is known color: Magic Mint. HEX triplet: B6, F1 and CE. RGB value is (182,241,206). Sum of RGB (Red+Green+Blue) = 182+241+206=629 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.93% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F1CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F1CE is #490E31. Grayscale: #DBDBDB. Windows color (decimal): -4787762 or 13562294. OLE color: 13562294.
HSL color Cylindrical-coordinate representation of color #B6F1CE: hue angle of 144.41º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6F1CE is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 241 | 206 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.05 |
| HSL | 144.41º | 0.68% | 0.83% | - |
| HSV(B) | 144.41º | 0.24% | 0.95% | - |
| XYZ | 61.89 | 77.31 | 70.05 | - |
| YUV | 219.37 | 120.45 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 241 | 206 | 0.24 | 0 | 0.15 | 0.05 | 144.41 | 0.68 | 0.83 |
| Hex | B6 | F1 | CE | 18 | 0 | F | 5 | 90 | 44 | 53 |
| Octal | 266 | 361 | 316 | 30 | 0 | 17 | 5 | 220 | 104 | 123 |
| Binary | 10110110 | 11110001 | 11001110 | 11000 | 0 | 1111 | 101 | 10010000 | 1000100 | 1010011 |
Color Harmonies of #B6F1CE
Complementary color
Monochromatic Colors of #B6F1CE
Black with #B6F1CE
Text Example
Text Example
White with #B6F1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F1CE; }
p { color: rgb(182,241,206); }
H1.HeaderClassName
{
color: #B6F1CE;
}
.AnyTagClassName
{
color: #B6F1CE;
}
</style>
background-color css
<style>
a { background-color: #B6F1CE; }
a { background-color: rgb(182,241,206); }
div.DivClassName
{
background-color: #B6F1CE;
}
.BgClassName
{
background-color: #B6F1CE;
}
</style>
border-color css
<style>
span { border-color: #B6F1CE; }
span { border-color: rgb(182,241,206); }
td.TdClassName
{
border-color: #B6F1CE;
}
.TagClassName
{
border-color: #B6F1CE;
}
</style>