Shades of Magic Mint #A1FBCB
Tints of Magic Mint #A1FBCB
RGB
CMYK
RGB Variations
Color information
#A1FBCB (or 0xA1FBCB) is known color: Magic Mint. HEX triplet: A1, FB and CB. RGB value is (161,251,203). Sum of RGB (Red+Green+Blue) = 161+251+203=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FBCB is #5E0434. Grayscale: #DADADA. Windows color (decimal): -6161461 or 13368225. OLE color: 13368225.
HSL color Cylindrical-coordinate representation of color #A1FBCB: hue angle of 148º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FBCB is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 203 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.02 |
| HSL | 148º | 0.92% | 0.81% | - |
| HSV(B) | 148º | 0.36% | 0.98% | - |
| XYZ | 59.97 | 80.88 | 68.95 | - |
| YUV | 218.62 | 119.18 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 203 | 0.36 | 0 | 0.19 | 0.02 | 148 | 0.92 | 0.81 |
| Hex | A1 | FB | CB | 24 | 0 | 13 | 2 | 94 | 5C | 51 |
| Octal | 241 | 373 | 313 | 44 | 0 | 23 | 2 | 224 | 134 | 121 |
| Binary | 10100001 | 11111011 | 11001011 | 100100 | 0 | 10011 | 10 | 10010100 | 1011100 | 1010001 |
Color Harmonies of #A1FBCB
Complementary color
Monochromatic Colors of #A1FBCB
Black with #A1FBCB
Text Example
Text Example
White with #A1FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FBCB; }
p { color: rgb(161,251,203); }
H1.HeaderClassName
{
color: #A1FBCB;
}
.AnyTagClassName
{
color: #A1FBCB;
}
</style>
background-color css
<style>
a { background-color: #A1FBCB; }
a { background-color: rgb(161,251,203); }
div.DivClassName
{
background-color: #A1FBCB;
}
.BgClassName
{
background-color: #A1FBCB;
}
</style>
border-color css
<style>
span { border-color: #A1FBCB; }
span { border-color: rgb(161,251,203); }
td.TdClassName
{
border-color: #A1FBCB;
}
.TagClassName
{
border-color: #A1FBCB;
}
</style>