Shades of Magic Mint #A1F1CC
Tints of Magic Mint #A1F1CC
RGB
CMYK
RGB Variations
Color information
#A1F1CC (or 0xA1F1CC) is known color: Magic Mint. HEX triplet: A1, F1 and CC. RGB value is (161,241,204). Sum of RGB (Red+Green+Blue) = 161+241+204=606 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.57% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F1CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F1CC is #5E0E33. Grayscale: #D4D4D4. Windows color (decimal): -6164020 or 13431201. OLE color: 13431201.
HSL color Cylindrical-coordinate representation of color #A1F1CC: hue angle of 152.25º 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 #A1F1CC is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 204 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.05 |
| HSL | 152.25º | 0.74% | 0.79% | - |
| HSV(B) | 152.25º | 0.33% | 0.95% | - |
| XYZ | 57.05 | 74.85 | 68.57 | - |
| YUV | 212.86 | 123 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 204 | 0.33 | 0 | 0.15 | 0.05 | 152.25 | 0.74 | 0.79 |
| Hex | A1 | F1 | CC | 21 | 0 | F | 5 | 98 | 4A | 4F |
| Octal | 241 | 361 | 314 | 41 | 0 | 17 | 5 | 230 | 112 | 117 |
| Binary | 10100001 | 11110001 | 11001100 | 100001 | 0 | 1111 | 101 | 10011000 | 1001010 | 1001111 |
Color Harmonies of #A1F1CC
Complementary color
Monochromatic Colors of #A1F1CC
Black with #A1F1CC
Text Example
Text Example
White with #A1F1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F1CC; }
p { color: rgb(161,241,204); }
H1.HeaderClassName
{
color: #A1F1CC;
}
.AnyTagClassName
{
color: #A1F1CC;
}
</style>
background-color css
<style>
a { background-color: #A1F1CC; }
a { background-color: rgb(161,241,204); }
div.DivClassName
{
background-color: #A1F1CC;
}
.BgClassName
{
background-color: #A1F1CC;
}
</style>
border-color css
<style>
span { border-color: #A1F1CC; }
span { border-color: rgb(161,241,204); }
td.TdClassName
{
border-color: #A1F1CC;
}
.TagClassName
{
border-color: #A1F1CC;
}
</style>