Shades of Magic Mint #B7FADB
Tints of Magic Mint #B7FADB
RGB
CMYK
RGB Variations
Color information
#B7FADB (or 0xB7FADB) is known color: Magic Mint. HEX triplet: B7, FA and DB. RGB value is (183,250,219). Sum of RGB (Red+Green+Blue) = 183+250+219=652 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.07% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FADB is #480524. Grayscale: #E2E2E2. Windows color (decimal): -4719909 or 14416567. OLE color: 14416567.
HSL color Cylindrical-coordinate representation of color #B7FADB: hue angle of 152.24º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7FADB is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 250 | 219 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.02 |
| HSL | 152.24º | 0.87% | 0.85% | - |
| HSV(B) | 152.24º | 0.27% | 0.98% | - |
| XYZ | 66.5 | 83.55 | 79.64 | - |
| YUV | 226.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 250 | 219 | 0.27 | 0 | 0.12 | 0.02 | 152.24 | 0.87 | 0.85 |
| Hex | B7 | FA | DB | 1B | 0 | C | 2 | 98 | 57 | 55 |
| Octal | 267 | 372 | 333 | 33 | 0 | 14 | 2 | 230 | 127 | 125 |
| Binary | 10110111 | 11111010 | 11011011 | 11011 | 0 | 1100 | 10 | 10011000 | 1010111 | 1010101 |
Color Harmonies of #B7FADB
Complementary color
Monochromatic Colors of #B7FADB
Black with #B7FADB
Text Example
Text Example
White with #B7FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FADB; }
p { color: rgb(183,250,219); }
H1.HeaderClassName
{
color: #B7FADB;
}
.AnyTagClassName
{
color: #B7FADB;
}
</style>
background-color css
<style>
a { background-color: #B7FADB; }
a { background-color: rgb(183,250,219); }
div.DivClassName
{
background-color: #B7FADB;
}
.BgClassName
{
background-color: #B7FADB;
}
</style>
border-color css
<style>
span { border-color: #B7FADB; }
span { border-color: rgb(183,250,219); }
td.TdClassName
{
border-color: #B7FADB;
}
.TagClassName
{
border-color: #B7FADB;
}
</style>