Shades of Magic Mint #A1F1CD
Tints of Magic Mint #A1F1CD
RGB
CMYK
RGB Variations
Color information
#A1F1CD (or 0xA1F1CD) is known color: Magic Mint. HEX triplet: A1, F1 and CD. RGB value is (161,241,205). Sum of RGB (Red+Green+Blue) = 161+241+205=607 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.52% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F1CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F1CD is #5E0E32. Grayscale: #D5D5D5. Windows color (decimal): -6164019 or 13496737. OLE color: 13496737.
HSL color Cylindrical-coordinate representation of color #A1F1CD: hue angle of 153º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F1CD is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 205 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.05 |
| HSL | 153º | 0.74% | 0.79% | - |
| HSV(B) | 153º | 0.33% | 0.95% | - |
| XYZ | 57.17 | 74.9 | 69.2 | - |
| YUV | 212.98 | 123.5 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 205 | 0.33 | 0 | 0.15 | 0.05 | 153 | 0.74 | 0.79 |
| Hex | A1 | F1 | CD | 21 | 0 | F | 5 | 99 | 4A | 4F |
| Octal | 241 | 361 | 315 | 41 | 0 | 17 | 5 | 231 | 112 | 117 |
| Binary | 10100001 | 11110001 | 11001101 | 100001 | 0 | 1111 | 101 | 10011001 | 1001010 | 1001111 |
Color Harmonies of #A1F1CD
Complementary color
Monochromatic Colors of #A1F1CD
Black with #A1F1CD
Text Example
Text Example
White with #A1F1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F1CD; }
p { color: rgb(161,241,205); }
H1.HeaderClassName
{
color: #A1F1CD;
}
.AnyTagClassName
{
color: #A1F1CD;
}
</style>
background-color css
<style>
a { background-color: #A1F1CD; }
a { background-color: rgb(161,241,205); }
div.DivClassName
{
background-color: #A1F1CD;
}
.BgClassName
{
background-color: #A1F1CD;
}
</style>
border-color css
<style>
span { border-color: #A1F1CD; }
span { border-color: rgb(161,241,205); }
td.TdClassName
{
border-color: #A1F1CD;
}
.TagClassName
{
border-color: #A1F1CD;
}
</style>