Shades of Magic Mint #A1FBC8
Tints of Magic Mint #A1FBC8
RGB
CMYK
RGB Variations
Color information
#A1FBC8 (or 0xA1FBC8) is known color: Magic Mint. HEX triplet: A1, FB and C8. RGB value is (161,251,200). Sum of RGB (Red+Green+Blue) = 161+251+200=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FBC8 is #5E0437. Grayscale: #DADADA. Windows color (decimal): -6161464 or 13171617. OLE color: 13171617.
HSL color Cylindrical-coordinate representation of color #A1FBC8: hue angle of 146º 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 #A1FBC8 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 200 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.02 |
| HSL | 146º | 0.92% | 0.81% | - |
| HSV(B) | 146º | 0.36% | 0.98% | - |
| XYZ | 59.62 | 80.74 | 67.09 | - |
| YUV | 218.28 | 117.68 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 200 | 0.36 | 0 | 0.20 | 0.02 | 146 | 0.92 | 0.81 |
| Hex | A1 | FB | C8 | 24 | 0 | 14 | 2 | 92 | 5C | 51 |
| Octal | 241 | 373 | 310 | 44 | 0 | 24 | 2 | 222 | 134 | 121 |
| Binary | 10100001 | 11111011 | 11001000 | 100100 | 0 | 10100 | 10 | 10010010 | 1011100 | 1010001 |
Color Harmonies of #A1FBC8
Complementary color
Monochromatic Colors of #A1FBC8
Black with #A1FBC8
Text Example
Text Example
White with #A1FBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FBC8; }
p { color: rgb(161,251,200); }
H1.HeaderClassName
{
color: #A1FBC8;
}
.AnyTagClassName
{
color: #A1FBC8;
}
</style>
background-color css
<style>
a { background-color: #A1FBC8; }
a { background-color: rgb(161,251,200); }
div.DivClassName
{
background-color: #A1FBC8;
}
.BgClassName
{
background-color: #A1FBC8;
}
</style>
border-color css
<style>
span { border-color: #A1FBC8; }
span { border-color: rgb(161,251,200); }
td.TdClassName
{
border-color: #A1FBC8;
}
.TagClassName
{
border-color: #A1FBC8;
}
</style>