Shades of Magic Mint #B7FCDB
Tints of Magic Mint #B7FCDB
RGB
CMYK
RGB Variations
Color information
#B7FCDB (or 0xB7FCDB) is known color: Magic Mint. HEX triplet: B7, FC and DB. RGB value is (183,252,219). Sum of RGB (Red+Green+Blue) = 183+252+219=654 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.98% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #B7FCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FCDB is #480324. Grayscale: #E3E3E3. Windows color (decimal): -4719397 or 14417079. OLE color: 14417079.
HSL color Cylindrical-coordinate representation of color #B7FCDB: hue angle of 151.3º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7FCDB is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 252 | 219 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.01 |
| HSL | 151.3º | 0.92% | 0.85% | - |
| HSV(B) | 151.3º | 0.27% | 0.99% | - |
| XYZ | 67.13 | 84.8 | 79.85 | - |
| YUV | 227.61 | 123.14 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 252 | 219 | 0.27 | 0 | 0.13 | 0.01 | 151.3 | 0.92 | 0.85 |
| Hex | B7 | FC | DB | 1B | 0 | D | 1 | 97 | 5C | 55 |
| Octal | 267 | 374 | 333 | 33 | 0 | 15 | 1 | 227 | 134 | 125 |
| Binary | 10110111 | 11111100 | 11011011 | 11011 | 0 | 1101 | 1 | 10010111 | 1011100 | 1010101 |
Color Harmonies of #B7FCDB
Complementary color
Monochromatic Colors of #B7FCDB
Black with #B7FCDB
Text Example
Text Example
White with #B7FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FCDB; }
p { color: rgb(183,252,219); }
H1.HeaderClassName
{
color: #B7FCDB;
}
.AnyTagClassName
{
color: #B7FCDB;
}
</style>
background-color css
<style>
a { background-color: #B7FCDB; }
a { background-color: rgb(183,252,219); }
div.DivClassName
{
background-color: #B7FCDB;
}
.BgClassName
{
background-color: #B7FCDB;
}
</style>
border-color css
<style>
span { border-color: #B7FCDB; }
span { border-color: rgb(183,252,219); }
td.TdClassName
{
border-color: #B7FCDB;
}
.TagClassName
{
border-color: #B7FCDB;
}
</style>